0xAX / notificator

Desktop notifications with golang
BSD 3-Clause "New" or "Revised" License
444 stars 46 forks source link

Using local imports #14

Open matbesancon opened 7 years ago

matbesancon commented 7 years ago

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?

anthonyfok commented 3 years ago

And a normal go list command would fail too:

go list github.com/0xAX/notificator/...