Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
withchao committed Dec 29, 2024
2 parents 8718273 + e53d4c4 commit b60d982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func parseProtoFile(protoFilePath string) (Service, error) {
}

if goPackage == "" {
return Service{}, fmt.Errorf("to goPackage in proto")
return Service{}, fmt.Errorf("no goPackage in proto")
}

sp := strings.Split(goPackage, "/")
Expand Down

0 comments on commit b60d982

Please sign in to comment.