aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/testdata/workspacesymbol/a/a.go
blob: 4ae9997a03ef95aec9df85873a2b58cc94d799aa (plain)
1
2
3
4
5
6
7
8
9
package a

var RandomGopherVariableA = "a"

const RandomGopherConstantA = "a"

const (
	randomgopherinvariable = iota
)