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