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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user