go build -gcflags "$gc_flags" -o ./bin/grafana-server ./pkg/cmd/grafana-server$gc_flags'-N -l'
./bin/grafana-server

no code at /Users/.../file.go:186

The code I'd like to debug is below:

enter image description here

186-199for _, ..queryqueryrepo.Find(query)query

enter image description here

So I'm unsure what's going on at this point. I'm really really new to golang unfortunately; this is making it incredibly difficult for me to make any progress.