aboutsummaryrefslogtreecommitdiff
path: root/templates/package.html
blob: 6183c51290ee9a614b5a0a6d5b334ddfa89fd5da (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <meta name="go-import" content="{{ .ModulePath }} {{ .VCS }} https://{{ .RepoURL }}">
        <meta http-equiv="refresh" content="0; url={{ .DocURL }}">
    </head>
    <body>
        Nothing to see here. Please <a href="{{ .DocURL }}">move along</a>.
    </body>
</html>