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