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

go get complains about local imports #6

Closed
wbl opened this issue Mar 23, 2019 · 3 comments
Closed

go get complains about local imports #6

wbl opened this issue Mar 23, 2019 · 3 comments

Comments

@wbl
Copy link

wbl commented Mar 23, 2019

$go get -v github.com/mchackorg/gonts/...
../../../golang/src/github.com/mchackorg/gonts/client/client.go:9:2: local import "../ntske" in non-local package
../../../golang/src/github.com/mchackorg/gonts/ntskeserver/main.go:9:2: local import "../ntske" in non-local package

@quite
Copy link
Contributor

quite commented Mar 23, 2019

Yeah the project is very bare-bones in its setup :) It builds locally if you clone it and my PR #5 helps building all binaries, dropping them in build/

@wbl
Copy link
Author

wbl commented Mar 23, 2019

I did clone it into my GOPATH and it still complained! What do you do to build this?

@mchackorg
Copy link
Owner

Now uses go.mod (#8) and a makefile but a simple go get github.com/mchackorg/gonts/cmd/... should work.

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

3 participants