Closed luckman212 closed 1 year ago
Hi @luckman212,
Thanks for bringing it to my attention. I've updated cli installation instruction in README, this should work for installing cli.
Otherwise, if you wanted to have it as dependency in your Go application then there has to be a go.mod
file in your application before running go get
command.
Command to initialise go module: go mod init <module name>
Cheers!
This looks really neat. But I'm having trouble installing it. Anyone know of a workaround now that
go get
is deprecated?go get
go install