mirror of
https://github.com/rancher/os.git
synced 2025-07-02 01:31:48 +00:00
10 lines
171 B
Go
10 lines
171 B
Go
package libnetwork
|
|
|
|
import "github.com/docker/libnetwork/drivers/windows"
|
|
|
|
func getInitializers() []initializer {
|
|
return []initializer{
|
|
{windows.Init, "windows"},
|
|
}
|
|
}
|