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

fix error message in parse.go #540

Merged
merged 2 commits into from Mar 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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")