davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.95k stars 382 forks source link

Use same to path and repository name #154

Closed y-yagi closed 3 years ago

y-yagi commented 3 years ago

Without this fix, go install fails as following.

$ go install github.com/davecheney/httpstat@master
go: downloading github.com/davecheney/httpstat v1.0.1-0.20201227061204-995a296aed9f
go install github.com/davecheney/httpstat@master: github.com/davecheney/httpstat@none updating to
    github.com/davecheney/httpstat@v1.0.1-0.20201227061204-995a296aed9f: parsing go.mod:
    module declares its path as: github.com/httpstat
            but was required as: github.com/davecheney/httpstat