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 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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: