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