Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / internal / lsp / testdata / symbols / main.go.golden
1 -- symbols --
2 x Variable 9:5-9:6
3 y Constant 11:7-11:8
4 Number Number 13:6-13:12
5 Alias String 15:6-15:11
6 NumberAlias Number 17:6-17:17
7 Boolean Boolean 20:2-20:9
8 BoolAlias Boolean 21:2-21:11
9 Foo Struct 24:6-24:9
10         Bar Field 27:2-27:5
11         Quux Field 25:2-25:6
12         W Field 26:2-26:3
13         baz Field 28:2-28:5
14 Quux Struct 31:6-31:10
15         X Field 32:2-32:3
16         Y Field 32:5-32:6
17 (Foo).Baz Method 35:14-35:17
18 (*Quux).Do Method 41:16-41:18
19 main Function 43:6-43:10
20 Stringer Interface 47:6-47:14
21         String Method 48:2-48:8
22 ABer Interface 51:6-51:10
23         A Method 53:2-53:3
24         B Method 52:2-52:3
25 WithEmbeddeds Interface 56:6-56:19
26         ABer Interface 58:2-58:6
27         Do Method 57:2-57:4
28         io.Writer Interface 59:2-59:11
29 Dunk Function 62:6-62:10
30 dunk Function 64:6-64:10
31