You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
850 B

  1. {{define "ROOT"}}<!DOCTYPE html><html lang="en">
  2. <head>
  3. <title>{{.pdoc.PageName}} graph - GoDoc</title>
  4. <meta name="robots" content="NOINDEX, NOFOLLOW">
  5. <link href="{{staticPath "/-/bootstrap.min.css"}}" rel="stylesheet">
  6. <link href="{{staticPath "/-/site.css"}}" rel="stylesheet">
  7. </head>
  8. <body>
  9. <div class="well-small">
  10. Package <a href="/{{.pdoc.ImportPath}}">{{.pdoc.Name}}</a>
  11. {{if .pdoc.ProjectRoot}}<span class="text-muted">|</span>
  12. {{if .hide}}
  13. <a href="?import-graph">Show</a>
  14. {{else}}
  15. <a href="?import-graph&hide=1">Hide</a> (<a href="?import-graph&hide=2">all</a>)
  16. {{end}}
  17. standard package dependencies.
  18. {{end}}
  19. </div>
  20. {{.svg}}
  21. </body>
  22. {{template "Analytics"}}
  23. </html>{{end}}