libnetwork: add missing stub for getInitializers()
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
939a4eb5c9
commit
3a4158e4fa
1 changed files with 8 additions and 0 deletions
8
libnetwork/drivers_unsupported.go
Normal file
8
libnetwork/drivers_unsupported.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
//go:build !freebsd && !linux && !windows
|
||||
// +build !freebsd,!linux,!windows
|
||||
|
||||
package libnetwork
|
||||
|
||||
func getInitializers() []initializer {
|
||||
return nil
|
||||
}
|
Loading…
Add table
Reference in a new issue