diff --git a/handler.go b/handler.go index 8b7738d..c37c5a0 100644 --- a/handler.go +++ b/handler.go @@ -152,7 +152,7 @@ var indexTmpl = template.Must(template.New("index").Parse(`

{{.Host}}

`)) @@ -163,10 +163,10 @@ var vanityTmpl = template.Must(template.New("vanity").Parse(` - + -Nothing to see here; see the package on godoc. +Nothing to see here; see the package on pkg.go.dev. `))