We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
moby
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Merge pull request
#7474
from crosbymichael/testing-import
Only import "testing" in test packages
Michael Crosby
11 years ago
parent
ab3e34e187
b386bce1f1
commit
e907df8d93
2 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
pkg/mount/mountinfo_linux_test.go
0
0
pkg/testutils/utils.go
+ 2
- 0
pkg/mount/mountinfo_test_linux.go → pkg/mount/mountinfo_linux_test.go
View File
@@ -1,3 +1,5 @@
+// +build linux
+
package mount
package mount
import (
import (
+ 0
- 0
pkg/testutils/testutils.go → pkg/testutils/utils.go
View File