Sign in
go
/
tools
/
6ce74ceaddcc4ff081d22ae134f4264a667d394f
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
workspacesymbol
/
a
/
a.go
blob: 4ae9997a03ef95aec9df85873a2b58cc94d799aa [
file
] [
log
] [
blame
]
package a
var RandomGopherVariableA = "a"
const RandomGopherConstantA = "a"
const (
randomgopherinvariable = iota
)