mirror of https://github.com/vishvananda/netlink
Fix darwin target compilation
dd687eb
broke compilation on mac OS (darwin target). Rename the linux specific files accordingly. Fixes:dd687eb
This commit is contained in:
parent
ab4cd23987
commit
0639e7e787
|
@ -1,3 +1,5 @@
|
|||
// +build linux
|
||||
|
||||
package netlink
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue