Sign in
go
/
tools
/
ce0925977bae8da7ac5971daffaf292d416e637f
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
workspacesymbol
/
b
/
b.go
blob: b2e2092eed618dfb2161d870604b68e4d6693e10 [
file
] [
log
] [
blame
]
package b
var RandomGopherVariableB = "b"
type RandomGopherStructB struct {
Bar int
}