mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-09 18:40:17 +01:00
cb6e5cb0c7
* use dep for vendoring * lets encrypt * moved web to transfer.sh-web repo * single command install * added first tests
23 lines
850 B
HTML
23 lines
850 B
HTML
{{define "ROOT"}}<!DOCTYPE html><html lang="en">
|
|
<head>
|
|
<title>{{.pdoc.PageName}} graph - GoDoc</title>
|
|
<meta name="robots" content="NOINDEX, NOFOLLOW">
|
|
<link href="{{staticPath "/-/bootstrap.min.css"}}" rel="stylesheet">
|
|
<link href="{{staticPath "/-/site.css"}}" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="well-small">
|
|
Package <a href="/{{.pdoc.ImportPath}}">{{.pdoc.Name}}</a>
|
|
{{if .pdoc.ProjectRoot}}<span class="text-muted">|</span>
|
|
{{if .hide}}
|
|
<a href="?import-graph">Show</a>
|
|
{{else}}
|
|
<a href="?import-graph&hide=1">Hide</a> (<a href="?import-graph&hide=2">all</a>)
|
|
{{end}}
|
|
standard package dependencies.
|
|
{{end}}
|
|
</div>
|
|
{{.svg}}
|
|
</body>
|
|
{{template "Analytics"}}
|
|
</html>{{end}}
|