File: nl_unspecified.go

package info (click to toggle)
golang-github-vishvananda-netlink 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 1,648 kB
  • sloc: makefile: 25
file content (11 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
// +build !linux

package nl

import "encoding/binary"

var SupportedNlFamilies = []int{}

func NativeEndian() binary.ByteOrder {
	return nil
}