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
Same problem here. go tool vet seems to fail could not import X (cant find import X) however everything compiles just fine, and running go vet -v after the hero command gives no warning.
So in the end, its just a warning that should be ommited...
Parsing...
Generating...
Executing goimports...
Executing go vet...
/.../foo.html.go:9:2: could not import myProject/somePackage (can't find import: "myProject/somePackage")
The text was updated successfully, but these errors were encountered: