Sign in
◑
Theme
go
/
tools
/
be27dec7fdc74fc029d31d434d0f2d82b22097aa
/
.
/
internal
/
lsp
/
testdata
/
fillstruct
/
data
/
a.go
blob: 7ca37736bd1bf7be1315be35ad0c08d1849c2928 [
file
]
package data
type B struct {
ExportedInt int
unexportedInt int
}