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
When running go build, getting: 0xAX/notificator/example/main.go:4:2: local import "../../notificator" in non-local package
Is the local import necessary or could an absolute package name be used?
The text was updated successfully, but these errors were encountered:
When running
go build
, getting:0xAX/notificator/example/main.go:4:2: local import "../../notificator" in non-local package
Is the local import necessary or could an absolute package name be used?
The text was updated successfully, but these errors were encountered: