I write Go code in Atom. I see a feature is go/jump to Definition function. But I want to view/show a list of callers to this function.
You might be interested in go-plus package.
It has desired feature: Find usages of an identifier using guru
guru: a tool for answering questions about Go source code.