forked from tangled.org/core
this repo has no description

appview/state: fix core go module git src url

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

anirudh.fi b2d8a54a 24d79d05

verified
Changed files
+1 -1
appview
state
+1 -1
appview/state/router.go
···
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(`<meta name="go-import" content="tangled.org/core git https://tangled.org/tangled.org/core">`))
return
}
···
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(`<meta name="go-import" content="tangled.org/core git https://tangled.org/@tangled.org/core">`))
return
}