diff options
| author | Jeff Carr <[email protected]> | 2024-12-11 01:19:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-11 01:19:07 -0600 |
| commit | 2d981da765c0de80070fc776b2054034b9e2a8e4 (patch) | |
| tree | d9871dca8e9cec4798ce7a5e220636741cacff7b /http.go | |
| parent | 20b3fa352078071aa5ef3fcaa58f120bbe331fa1 (diff) | |
better checking
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } // destroy and recreate the go.sum fixGodeps(check) + findOk = true return case "/showNext": showNext() |
