about summary refs log tree commit diff
path: root/tools/govanity/templates/module.html.tpl
blob: fab3414865197848d44d930a27d67f7daa5acef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <title>{{.Name}}: golang repo</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta name="go-import" content="{{.BaseUrl}}/{{.Name}} {{.VCS}} {{.Repo}}">
    <meta name="go-source" content="{{.BaseUrl}}/{{.Name}} _ {{.Repo}}/src{/dir} {{.Repo}}/src{/dir}/{file}/#L{line}">
  </head>
  <body>
    go get {{.BaseUrl}}/{{.Name}}
  </body>
</html>