b9bf407929
There's only one implementation; let's use that. Also fixing a linting issue; libnetwork/osl/interface_linux.go:91:2: S1001: should use copy(to, from) instead of a loop (gosimple) for i, iface := range n.iFaces { ^ Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
5 lines
56 B
Go
5 lines
56 B
Go
//go:build !linux
|
|
|
|
package osl
|
|
|
|
type Interface struct{}
|