-
- Downloads
Support cmd/go-httpbin (
) and cmd/go_httpbin (
)


In #17, we switched to deploying httpbingo.org on Google App Engine. To meet their naming requirements, we had to rename cmd/go-httpbin to cmd/go_httpbin, but this broke any existing uses of, e.g., go get github.com/mccutchen/go-httpbin/cmd/go-httpbin as suggested in the README and as used in various places (including my employer). Here's a dumb ass fix for that dumb ass problem; I'm not happy about it, but it seems to work.
Showing
- Makefile 5 additions, 3 deletionsMakefile
- README.md 1 addition, 1 deletionREADME.md
- cmd/README.md 38 additions, 0 deletionscmd/README.md
- cmd/go-httpbin/main.go 7 additions, 0 deletionscmd/go-httpbin/main.go
- cmd/go_httpbin/main.go 2 additions, 105 deletionscmd/go_httpbin/main.go
- cmd/maincmd/main.go 111 additions, 0 deletionscmd/maincmd/main.go
cmd/README.md
0 → 100644
cmd/go-httpbin/main.go
0 → 100644
cmd/maincmd/main.go
0 → 100644
Please register or sign in to comment