justmao945 / mallory

HTTP/HTTPS proxy over SSH
MIT License
319 stars 69 forks source link

Use `go install` instead of `go get` #30

Closed marzvrover closed 6 months ago

marzvrover commented 1 year ago

Go now uses go install to install packages like this one into GOBIN. go get is reserved for managing dependencies now. This is just a small docs change to reflect that.