sing/common/control/mark_other.go
2024-06-17 12:38:23 +08:00

7 lines
87 B
Go

//go:build !linux
package control
func RoutingMark(mark uint32) Func {
return nil
}