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.
 
 
 

11 lines
452 B

  1. {{define "Head"}}<title>{{.pdoc.PageName}} importers - GoDoc</title><meta name="robots" content="NOINDEX, NOFOLLOW">{{end}}
  2. {{define "Body"}}
  3. {{template "ProjectNav" $}}
  4. <h3>Packages that import {{$.pdoc.Name}}</h3>
  5. <table class="table table-condensed">
  6. <thead><tr><th>Path</th><th>Synopsis</th></tr></thead>
  7. <tbody>{{range .pkgs}}<tr><td>{{.Path|importPath}}</td><td>{{.Synopsis|importPath}}</td></tr>{{end}}</tbody>
  8. </table>
  9. {{end}}