您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

15 行
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}}