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.
 
 
 

8 lines
258 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. {{template "Pkgs" $.pkgs}}
  6. {{end}}