diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 11:21:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 11:21:51 -0600 |
| commit | 021c7774b2b66c8fe989d27f13ea5b1fd2dbd94c (patch) | |
| tree | 74a10a1f3a630d567cd303740fc9d1ee4ddd0ea1 /http.go | |
| parent | 3ceb5d0bf536f1de5035aa450f880debf82af466 (diff) | |
moved lots of logic to go-mod-cleanv0.23.42
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { return } // destroy and recreate the go.sum - fixGodeps(check) + fixGodepsOLD(check) findOk = true return case "/showNext": |
