summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/http.go b/http.go
index 5c4346b..648b04b 100644
--- a/http.go
+++ b/http.go
@@ -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 {