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