goget

Simple go get server
git clone git://git.lair.cx/goget
Log | Files | Refs

template.html (486B)


      1 <!doctype html>
      2 <html>
      3     <head>
      4         <meta name="go-import" content="{{ .PackagePath }}/{{ .ModuleName }} git {{ .ClonePath }}/{{ .ModuleName }}">
      5         <meta name="go-source" content="{{ .PackagePath }}/{{ .ModuleName }} _ {{ .SourcePath }}/{{ .ModuleName }}/files.html {{ .SourcePath }}/{{ .ModuleName }}/file{/dir}/{file}.html#l{line}">
      6     </head>
      7     <body>
      8         <p>Nothing to see here. <a href="https://git.lair.cx/{{ .ModuleName }}/">Repository</a>
      9     </body>
     10 </html>