Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • drip-server-timing
  • compress-middleware
  • v2.11.0
  • v2.10.0
  • v2.9.2
  • v2.9.1
  • v2.9.0
  • v2.8.0
  • v2.7.0
  • v2.6.0
  • v2.5.6
  • v2.5.5
  • v2.5.4
  • v2.5.3
  • v2.5.2
  • v2.5.1
  • v2.5.0
  • v2.4.2
  • v2.4.1
  • v2.4.0
  • v2.3.0
  • v2.2.2
23 results

go_httpbin

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Will McCutchen authored
    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.
    20dd618a
    History
    Name Last commit Last update
    ..