go-httpbin
A WIP golang port of https://httpbin.org/.
Testing
go test
go test -cover
go test -coverprofile=cover.out && go tool cover -html=cover.out
Running
go build && ./go-httpbin
Name | Last commit | Last update |
---|---|---|
httpbin | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
README.md | ||
main.go |
A WIP golang port of https://httpbin.org/.
go test
go test -cover
go test -coverprofile=cover.out && go tool cover -html=cover.out
go build && ./go-httpbin