mirror of
https://github.com/moby/moby.git
synced 2026-08-09 17:39:58 +00:00
Use the same signature for all platforms, but stub the nwIface type. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
7 lines
71 B
Go
7 lines
71 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package osl
|
|
|
|
type nwIface struct{}
|