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