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
when i want to refer this package in my project ,but i get a error:
(py310_directml) PS C:\Users\32450\Documents\我的文档\projects\vscode\go\ppc-space-test-background> go get -u github.com/lilendian0x00/xray-knife go: downloading github.com/lilendian0x00/xray-knife v1.6.13 go: github.com/lilendian0x00/xray-knife@upgrade (v1.6.13) requires github.com/lilendian0x00/xray-knife@v1.6.13: parsing go.mod: module declares its path as: xray-knife but was required as: github.com/lilendian0x00/xray-knife
so it's better to declare module as github.com/lilendian0x00/xray-knife,not xray-knife
The text was updated successfully, but these errors were encountered:
i create a pr,please merge.
Sorry, something went wrong.
Ohhh thanks a lot mate. 4sure!
No branches or pull requests
when i want to refer this package in my project ,but i get a error:
so it's better to declare module as github.com/lilendian0x00/xray-knife,not xray-knife
The text was updated successfully, but these errors were encountered: