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