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