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.
 
 
 

15 lines
438 B

  1. {{define "Head"}}<title>{{.q}} - GoDoc</title><meta name="robots" content="NOINDEX">{{end}}
  2. {{define "Body"}}
  3. <div class="well">
  4. {{template "SearchBox" .q}}
  5. </div>
  6. <p>Try this search on <a href="http://go-search.org/search?q={{.q}}">Go-Search</a>
  7. or <a href="https://github.com/search?q={{.q}}+language:go">GitHub</a>.
  8. {{if .pkgs}}
  9. {{template "SearchPkgs" .pkgs}}
  10. {{else}}
  11. <p>No packages found.
  12. {{end}}
  13. {{end}}