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