Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use same to path and repository name
Without this fix, `go install` fails as following. ```bash $ 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/[email protected]: parsing go.mod: module declares its path as: github.com/httpstat but was required as: github.com/davecheney/httpstat ```
- Loading branch information