Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using local imports #14

Open
matbesancon opened this issue Sep 22, 2017 · 1 comment
Open

Using local imports #14

matbesancon opened this issue Sep 22, 2017 · 1 comment

Comments

@matbesancon
Copy link

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
Copy link

And a normal go list command would fail too:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants