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