mirror of https://github.com/docker/docs.git
Only import "testing" from *_test.go
This prevents the testing package flags from leaking into the flagsets of binaries that import docker. I left integration-cli alone. Docker-DCO-1.1-Signed-off-by: Peter Bourgon <peter@bourgon.org> (github: peterbourgon)
This commit is contained in:
parent
ab3e34e187
commit
b87daf6d69
|
@ -1,3 +1,5 @@
|
|||
// +build linux
|
||||
|
||||
package mount
|
||||
|
||||
import (
|
Loading…
Reference in New Issue