blob: aafdbf23c26396ab1f25eeccacd9971d54656854 [file] [log] [blame]
//go:build !freebsd && !linux && !windows
package libnetwork
import "github.com/docker/docker/libnetwork/driverapi"
func registerNetworkDrivers(r driverapi.Registerer, driverConfig func(string) map[string]interface{}) error {
return nil
}