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