mirror of
https://github.com/moby/moby.git
synced 2025-04-18 20:44:11 +03:00
Removed pre-go1.17 build-tags with go fix; go mod init go fix -mod=readonly ./... rm go.mod Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6 lines
83 B
Go
6 lines
83 B
Go
//go:build !windows
|
|
|
|
package libnetwork_test
|
|
|
|
var specPath = "/etc/docker/plugins"
|