mirror of
https://github.com/moby/moby.git
synced 2026-07-21 15:01:26 +00:00
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>
6 lines
56 B
Go
6 lines
56 B
Go
//go:build !linux
|
|
|
|
package osl
|
|
|
|
type Interface struct{}
|