github.com/xushiwei/go@v0.0.0-20130601165731-2b9d83f45bc9/lib/godoc/search.txt (about) 1 QUERY 2 {{.Query}} 3 4 {{with .Alert}}{{.}} 5 {{end}}{{/* .Alert */}}{{/* 6 7 --------------------------------------- 8 9 */}}{{with .Alt}}DID YOU MEAN 10 11 {{range .Alts}} {{.}} 12 {{end}} 13 {{end}}{{/* .Alt */}}{{/* 14 15 --------------------------------------- 16 17 */}}{{with .Pak}}PACKAGE {{$.Query}} 18 19 {{range .}} {{pkgLink .Pak.Path}} 20 {{end}} 21 {{end}}{{/* .Pak */}}{{/* 22 23 --------------------------------------- 24 25 */}}{{with .Hit}}{{with .Decls}}PACKAGE-LEVEL DECLARATIONS 26 27 {{range .}}package {{.Pak.Name}} 28 {{range $file := .Files}}{{range .Groups}}{{range .}} {{srcLink $file.File.Path}}:{{infoLine .}}{{end}} 29 {{end}}{{end}}{{/* .Files */}} 30 {{end}}{{end}}{{/* .Decls */}}{{/* 31 32 --------------------------------------- 33 34 */}}{{with .Others}}LOCAL DECLARATIONS AND USES 35 36 {{range .}}package {{.Pak.Name}} 37 {{range $file := .Files}}{{range .Groups}}{{range .}} {{srcLink $file.File.Path}}:{{infoLine .}} 38 {{end}}{{end}}{{end}}{{/* .Files */}} 39 {{end}}{{end}}{{/* .Others */}}{{end}}{{/* .Hit */}}{{/* 40 41 --------------------------------------- 42 43 */}}{{if .Textual}}{{if .Complete}}{{.Found}} TEXTUAL OCCURRENCES{{else}}MORE THAN {{.Found}} TEXTUAL OCCURRENCES{{end}} 44 45 {{range .Textual}}{{len .Lines}} {{srcLink .Filename}} 46 {{end}}{{if not .Complete}}... ... 47 {{end}}{{end}}