sing/common/control/mark_other.go
2022-06-30 17:39:41 +08:00

7 lines
84 B
Go

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