Sign in
go
/
tools
/
201d438bced1e430169c2aca60ef39df08c26a7f
/
.
/
internal
/
lsp
/
analysis
/
fillstruct
/
testdata
/
src
/
b
/
b.go
blob: a4b394605aa4c94d16b77768308dd55ce349b537 [
file
]
package fillstruct
type B struct {
ExportedInt int
unexportedInt int
}