summaryrefslogtreecommitdiff
path: root/src/pkg/go/doc/testdata/a.1.golden
blob: cd98f4e0ebe72ba80e7a4a0e96615ccbe79d3585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// comment 0  comment 1 
PACKAGE a

IMPORTPATH
	testdata/a

FILENAMES
	testdata/a0.go
	testdata/a1.go

BUGS .Bugs is now deprecated, please use .Notes instead
	// bug0
	// bug1

BUGS
	// bug0 (uid: uid)
	// bug1 (uid: uid)

NOTES
	// 1 of 4 - this is the first line of note 1 - note 1 continues on ... (uid: foo)
	// 2 of 4 (uid: foo)
	// 3 of 4 (uid: bar)
	// 4 of 4 - this is the last line of note 4 (uid: bar)
	// This note which contains a (parenthesized) subphrase must ... (uid: bam)
	// The ':' after the marker and uid is optional. (uid: xxx)

SECBUGS
	// sec hole 0 need to fix asap (uid: uid)

TODOS
	// todo0 (uid: uid)
	// todo1 (uid: uid)