We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be08958 commit 050981eCopy full SHA for 050981e
checker/checker.go
@@ -152,7 +152,7 @@ func (c *checker) checkOptSelect(e ast.Expr) {
152
}
153
c.errors.notAnOptionalFieldSelectionCall(e.ID(), c.location(e),
154
fmt.Sprintf(
155
- "incorrect signature.%s argument count: %d%s", t, len(call.Args())))
+ "incorrect signature.%s argument count: %d", t, len(call.Args())))
156
return
157
158
0 commit comments