Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13)

Side by Side Diff: lib/godoc/search.txt

Issue 12206044: code review 12206044: cmd/godoc: delete from core repository (Closed)
Patch Set: diff -r a2e6a2fddcf5 https://code.google.com/p/go Created 11 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/godoc/search.html ('k') | src/cmd/godoc/README.godoc-app » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.Pat h}}:{{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.Pat h}}:{{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 TH AN {{.Found}} TEXTUAL OCCURRENCES{{end}}
44
45 {{range .Textual}}{{len .Lines}} {{srcLink .Filename}}
46 {{end}}{{if not .Complete}}... ...
47 {{end}}{{end}}
OLDNEW
« no previous file with comments | « lib/godoc/search.html ('k') | src/cmd/godoc/README.godoc-app » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b