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