Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 9336b7e

Browse files
authored
fix error message in parse.go (#540)
1 parent f36d14a commit 9336b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockgen/parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,4 +628,4 @@ func packageNameOfDir(srcDir string) (string, error) {
628628
return packageImport, nil
629629
}
630630

631-
var errOutsideGoPath = errors.New("Source directory is outside GOPATH")
631+
var errOutsideGoPath = errors.New("source directory is outside GOPATH")

0 commit comments

Comments
 (0)