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