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
change Install link go get -u https://github.com/takshal/freq (this) to go install github.com/takshal/freq@latest Remove https://
The text was updated successfully, but these errors were encountered:
Exactly man I encountered the same issue while trying to install this tool and turns out the error I was getting was:
package https:/github.com/takshal/freq: https:/github.com/takshal/freq: invalid import path: malformed import path "https:/github.com/takshal/freq": invalid char ':' ----> an Invalid char ':'
This actually worked for me too: go install github.com/takshal/freq@latest
Sorry, something went wrong.
No branches or pull requests
change Install link go get -u https://github.com/takshal/freq (this) to go install github.com/takshal/freq@latest
Remove https://
The text was updated successfully, but these errors were encountered: