dd5ea7e996
Formatting the code with https://github.com/mvdan/gofumpt Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
10 lines
165 B
Go
10 lines
165 B
Go
package libnetwork_test
|
|
|
|
import (
|
|
"os"
|
|
"path/filepath"
|
|
)
|
|
|
|
const bridgeNetType = "nat"
|
|
|
|
var specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins")
|