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 / analysis / fillstruct / testdata / src / b / b.go
1 package fillstruct
2
3 type B struct {
4         ExportedInt   int
5         unexportedInt int
6 }