浏览代码

Merge pull request #7474 from crosbymichael/testing-import

Only import "testing" in test packages
Michael Crosby 11 年之前
父节点
当前提交
e907df8d93
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pkg/mount/mountinfo_linux_test.go
  2. 0 0
      pkg/testutils/utils.go

+ 2 - 0
pkg/mount/mountinfo_test_linux.go → pkg/mount/mountinfo_linux_test.go

@@ -1,3 +1,5 @@
+// +build linux
+
 package mount
 
 import (

+ 0 - 0
pkg/testutils/testutils.go → pkg/testutils/utils.go