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

Commit

Permalink
fix error message in parse.go (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho committed Mar 25, 2021
1 parent f36d14a commit 9336b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockgen/parse.go
Expand Up @@ -628,4 +628,4 @@ func packageNameOfDir(srcDir string) (string, error) {
return packageImport, nil
}

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

0 comments on commit 9336b7e

Please sign in to comment.