diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } testGoRepo(check) me.forge.HumanPrintRepo(check) + log.Info("upgrade reason:", me.reason[check]) return case "/list": me.forge.PrintHumanTable(me.found) |
