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