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