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