1 2 3 4 5 6 7 8 9 10 11 12
package libnetwork_test import ( "os" "path/filepath" ) const bridgeNetType = "nat" var ( specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins") )