Skip to content
Snippets Groups Projects
Select Git revision
  • a4ee88cb55c14a09baa152dbfc47b9e57d3f7f3a
  • 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
24 results

main.go

  • Will McCutchen's avatar
    20dd618a
    Support cmd/go-httpbin (:thumbsup:) and cmd/go_httpbin (:thumbsdown:) · 20dd618a
    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
    Support cmd/go-httpbin (:thumbsup:) and cmd/go_httpbin (:thumbsdown:)
    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.