mirror of
https://github.com/golang/go
synced 2024-11-05 19:46:11 -07:00
705f1dfb24
Change to match searchdoc.html which works. (Was referring to "$val.Idents" in line 26, but "$val" here is already an element of Idents.) Also clarify naming and comments for makestatic. Fixes golang/go#10022. Change-Id: Ia3f2fdadd5d10f31a1825e8db966b6e92da2b93e Reviewed-on: https://go-review.googlesource.com/6236 Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Andrew Gerrand <adg@golang.org>
55 lines
1.4 KiB
Plaintext
55 lines
1.4 KiB
Plaintext
QUERY
|
|
{{.Query}}
|
|
|
|
{{with .Alert}}{{.}}
|
|
{{end}}{{/* .Alert */}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{with .Alt}}DID YOU MEAN
|
|
|
|
{{range .Alts}} {{.}}
|
|
{{end}}
|
|
{{end}}{{/* .Alt */}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{with .Pak}}PACKAGE {{$.Query}}
|
|
|
|
{{range .}} {{pkgLink .Pak.Path}}
|
|
{{end}}
|
|
{{end}}{{/* .Pak */}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{range $key, $val := .Idents}}{{if $val}}{{$key.Name}}
|
|
{{range $val}} {{.Path}}.{{.Name}}
|
|
{{end}}
|
|
{{end}}{{end}}{{/* .Idents */}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{with .Hit}}{{with .Decls}}PACKAGE-LEVEL DECLARATIONS
|
|
|
|
{{range .}}package {{.Pak.Name}}
|
|
{{range $file := .Files}}{{range .Groups}}{{range .}} {{srcLink $file.File.Path}}:{{infoLine .}}{{end}}
|
|
{{end}}{{end}}{{/* .Files */}}
|
|
{{end}}{{end}}{{/* .Decls */}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{with .Others}}LOCAL DECLARATIONS AND USES
|
|
|
|
{{range .}}package {{.Pak.Name}}
|
|
{{range $file := .Files}}{{range .Groups}}{{range .}} {{srcLink $file.File.Path}}:{{infoLine .}}
|
|
{{end}}{{end}}{{end}}{{/* .Files */}}
|
|
{{end}}{{end}}{{/* .Others */}}{{end}}{{/* .Hit */}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{if .Textual}}{{if .Complete}}{{.Found}} TEXTUAL OCCURRENCES{{else}}MORE THAN {{.Found}} TEXTUAL OCCURRENCES{{end}}
|
|
|
|
{{range .Textual}}{{len .Lines}} {{srcLink .Filename}}
|
|
{{end}}{{if not .Complete}}... ...
|
|
{{end}}{{end}}
|