We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Like import alias "github.com/some/pkg", seems like parser.ParseFile can not process an alias import.
import alias "github.com/some/pkg"
The text was updated successfully, but these errors were encountered:
this ^^^
Sorry, something went wrong.
Bump
Bumping again.
This is troublesome when importing versionned packages …/v1. In my case, k8s.io/api/core/v1 and k8s.io/api/apps/v1 are conflicting with each other.
…/v1
k8s.io/api/core/v1
k8s.io/api/apps/v1
No branches or pull requests
Like
import alias "github.com/some/pkg"
, seems like parser.ParseFile can not process an alias import.The text was updated successfully, but these errors were encountered: