Sign in
go
/
tools
/
464a8874ca3c65ed47a35e2c0f997b57f2ccdc9d
/
.
/
internal
/
lsp
/
analysis
/
fillstruct
/
testdata
/
src
/
b
/
b.go
blob: a4b394605aa4c94d16b77768308dd55ce349b537 [
file
] [
log
] [
blame
]
package fillstruct
type B struct {
ExportedInt int
unexportedInt int
}