github.com/april1989/origin-go-tools@v0.0.32/internal/lsp/analysis/fillstruct/testdata/src/b/b.go (about) 1 package fillstruct 2 3 type B struct { 4 ExportedInt int 5 unexportedInt int 6 }