github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/libnetwork/drivers_unsupported.go (about) 1 //go:build !freebsd && !linux && !windows 2 3 package libnetwork 4 5 import "github.com/docker/docker/libnetwork/driverapi" 6 7 func registerNetworkDrivers(r driverapi.Registerer, driverConfig func(string) map[string]interface{}) error { 8 return nil 9 }