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