fix the redirect message
This commit is contained in:
parent
6deaf42fa0
commit
cbf31be4f8
2
main.go
2
main.go
@ -87,7 +87,7 @@ var vanityTmpl, _ = template.New("vanity").Parse(`<!DOCTYPE html>
|
|||||||
<meta http-equiv="refresh" content="0; url=https://godoc.org/{{.Import}}">
|
<meta http-equiv="refresh" content="0; url=https://godoc.org/{{.Import}}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
Nothing to see here; <a href="https://godoc.org/{{.Import}}">move along</a>.
|
Nothing to see here; <a href="https://godoc.org/{{.Import}}">see the package on godoc</a>.
|
||||||
</body>
|
</body>
|
||||||
</html>`)
|
</html>`)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user