mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-22 17:51:28 +00:00
9 lines
102 B
Go
9 lines
102 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package netlink
|
|
|
|
func (r Rule) typeString() string {
|
|
return ""
|
|
}
|