You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But looking in go docs for the package there is no entry for Channel(), Message(), or Execute().
This happens because publishBuilder is not exported but has exported methods.
golang/lint#210 explains why there are lint rules for situations like this.
The text was updated successfully, but these errors were encountered:
A
publishBuilder
can be used like this:But looking in go docs for the package there is no entry for
Channel()
,Message()
, orExecute()
.This happens because
publishBuilder
is not exported but has exported methods.golang/lint#210 explains why there are lint rules for situations like this.
The text was updated successfully, but these errors were encountered: