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