diff options
| -rw-r--r-- | cmd/golangorg/server.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/golangorg/server.go b/cmd/golangorg/server.go index 488e8387..1fb1a7c8 100644 --- a/cmd/golangorg/server.go +++ b/cmd/golangorg/server.go @@ -578,7 +578,6 @@ var xTemplate = template.Must(template.New("x").Parse(`<!DOCTYPE html> <title>The Go Programming Language</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="go-import" content="golang.org/x/{{.Proj}} git https://go.googlesource.com/{{.Proj}}"> -<meta name="go-source" content="golang.org/x/{{.Proj}} https://github.com/golang/{{.Proj}}/ https://github.com/golang/{{.Proj}}/tree/master{/dir} https://github.com/golang/{{.Proj}}/blob/master{/dir}/{file}#L{line}"> <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/golang.org/x/{{.Proj}}{{.Suffix}}"> </head> <body> |
