github.com/varialus/godfly@v0.0.0-20130904042352-1934f9f095ab/src/pkg/go/doc/testdata/a.1.golden (about) 1 // comment 0 comment 1 2 PACKAGE a 3 4 IMPORTPATH 5 testdata/a 6 7 FILENAMES 8 testdata/a0.go 9 testdata/a1.go 10 11 BUGS .Bugs is now deprecated, please use .Notes instead 12 // bug0 13 // bug1 14 15 BUGS 16 // bug0 (uid: uid) 17 // bug1 (uid: uid) 18 19 NOTES 20 // 1 of 4 - this is the first line of note 1 - note 1 continues on ... (uid: foo) 21 // 2 of 4 (uid: foo) 22 // 3 of 4 (uid: bar) 23 // 4 of 4 - this is the last line of note 4 (uid: bar) 24 // This note which contains a (parenthesized) subphrase must ... (uid: bam) 25 // The ':' after the marker and uid is optional. (uid: xxx) 26 27 SECBUGS 28 // sec hole 0 need to fix asap (uid: uid) 29 30 TODOS 31 // todo0 (uid: uid) 32 // todo1 (uid: uid)