mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00: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"
|