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