From 2d981da765c0de80070fc776b2054034b9e2a8e4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 11 Dec 2024 01:19:07 -0600 Subject: better checking --- http.go | 1 + 1 file changed, 1 insertion(+) (limited to 'http.go') diff --git a/http.go b/http.go index 512394e..78e5365 100644 --- a/http.go +++ b/http.go @@ -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() -- cgit v1.2.3