tomnomnom / hacks

A collection of hacks and one-off scripts
2.12k stars 633 forks source link

error go build #58

Open paulo131525 opened 1 year ago

paulo131525 commented 1 year ago

Hello. In an attempt to install the kxss tool, when executing the command "go build ." I get the message "go: cannot find main module, but found .git/config in /opt/hacks". Any solution for this?

Nishantbhagat57 commented 1 year ago

Simple one line installation: go install github.com/tomnomnom/hacks/tok@master go install github.com/tomnomnom/hacks/kxss@master go install github.com/tomnomnom/hacks/html-tool@master ... ... and so on