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
in code where NewTestDevice is used, it is shown as undefined. The code compiles without error, but emacs keeps telling me it's undefined.
I might not be asking to the right project though, because gofmt / goimports seems to refuse to automatically load a package when the params are not all public, too. Where would the problem be, if this is the case ?
The text was updated successfully, but these errors were encountered:
I have an interface:
type mobileSession interface { ... }
and a function that uses it:
func NewTestDevice(session mobileSession) { ... }
in code where
NewTestDevice
is used, it is shown asundefined
. The code compiles without error, but emacs keeps telling me it's undefined.I might not be asking to the right project though, because gofmt / goimports seems to refuse to automatically load a package when the params are not all public, too. Where would the problem be, if this is the case ?
The text was updated successfully, but these errors were encountered: