From b2d8a54abc3db4261fa7ca5aecffcce8bbeb67cd Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Wed, 24 Sep 2025 23:07:29 +0300 Subject: [PATCH] appview/state: fix core go module git src url Signed-off-by: Anirudh Oppiliappan --- appview/state/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/state/router.go b/appview/state/router.go index 2c9dc75a..ee343fce 100644 --- a/appview/state/router.go +++ b/appview/state/router.go @@ -175,7 +175,7 @@ func (s *State) Core() http.HandlerFunc { return func(w http.ResponseWriter, r *http.Request) { if r.URL.Query().Get("go-get") == "1" { w.Header().Set("Content-Type", "text/html") - w.Write([]byte(``)) + w.Write([]byte(``)) return } -- 2.51.2