diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -85,16 +85,6 @@ func okHandler(w http.ResponseWriter, r *http.Request) { setCurrentRepo(repo, "HTTP", "doRelease() ?") return - case "/fixNext": - check := me.forge.FindByGoPath(me.current.GetGoPath()) - if check == nil { - log.Info("boo, you didn't git clone", me.current.GetGoPath()) - return - } - // destroy and recreate the go.sum - fixGodepsOLD(check) - findOk = true - return case "/showNext": check := me.forge.FindByGoPath(me.current.GetGoPath()) if check == nil { |
