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