mirror of
https://github.com/rancher/plugins.git
synced 2025-07-10 13:45:24 +00:00
12 lines
144 B
Go
12 lines
144 B
Go
// +build !linux
|
|
|
|
package nl
|
|
|
|
import "encoding/binary"
|
|
|
|
var SupportedNlFamilies = []int{}
|
|
|
|
func NativeEndian() binary.ByteOrder {
|
|
return nil
|
|
}
|