freq
freq copied to clipboard
problem installation
package https:/github.com/takshal/freq: https:/github.com/takshal/freq: invalid import path: malformed import path "https:/github.com/takshal/freq": invalid char ':'
Remove HTTPS:/ from path
Remove HTTPS:/ from path
same error on this go get -u http://github.com/takshal/freq
Remove HTTPS:/ from path
go get -u github.com/takshal/freq this work great
sudo go install github.com/takshal/freq@latest
Then the binary should be in /root/go/bin/
you can download a binary and run with go run main.go