mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-18 04:49:55 +00:00
We will use them to fetch IP addresses from container namespaces Required an update to golang.org/x/sys/unix
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
|
|
}
|