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

use of internal package not allowed #64

Closed
FilipAben opened this issue Jan 7, 2018 · 2 comments
Closed

use of internal package not allowed #64

FilipAben opened this issue Jan 7, 2018 · 2 comments

Comments

@FilipAben
Copy link

When I try to get the wsdlgen package with 'go get github.com/droyo/go-xml/wsdlgen', I get:

../github.com/droyo/go-xml/wsdlgen/cli.go:10:2: use of internal package not allowed
../github.com/droyo/go-xml/wsdlgen/cli.go:11:2: use of internal package not allowed

I understood that referencing internal packages outside the tree is not allowed. Any ideas how I can fix this? Thanks!

@droyo
Copy link
Owner

droyo commented Jan 7, 2018

The correct import path is aqwari.net/xml, e.g. go get aqwari.net/xml/wsdlgen

@FilipAben
Copy link
Author

Ah, that works. Thanks!

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