Make golint happy.

This CL makes golint happy by adding comments and removing underscores.
Code cultivation!

Reviewed-by: Ross Light <light@google.com>
This commit is contained in:
Chris Lewis
2018-04-18 13:57:26 -07:00
committed by Ross Light
parent e2c2d40041
commit 5261a8a8bb

View File

@@ -297,9 +297,9 @@ const (
func magicGOPATH() string {
if runtime.GOOS == "windows" {
return magicGOPATHWindows
} else {
return magicGOPATHUnix
}
return magicGOPATHUnix
}
func (test *testCase) hasSubdir(root, dir string) (rel string, ok bool) {