SYMBOL INDEX (24 symbols across 7 files) FILE: lib/go-loader.js function GoLoader (line 19) | function GoLoader() {} FILE: test/helpers/helper.js method modifyTestLoader (line 10) | modifyTestLoader() { FILE: test/helpers/main/error.go type Pet (line 7) | type Pet struct method Name (line 11) | func (p *Pet) Name() string { method SetName (line 15) | func (p *Pet) SetName(newName string) { function New (line 19) | func New(name string) *Pet { function main (line 23) | func main() { FILE: test/helpers/main/main.go type Pet (line 5) | type Pet struct method Name (line 13) | func (p *Pet) Name() string { method SetName (line 17) | func (p *Pet) SetName(name string) { function New (line 9) | func New(name string) *js.Object { function main (line 21) | func main() { FILE: test/helpers/main/pet.go type Pet (line 5) | type Pet struct method Name (line 13) | func (p *Pet) Name() string { method SetName (line 17) | func (p *Pet) SetName(name string) { function New (line 9) | func New(name string) *js.Object { function main (line 21) | func main() { FILE: test/helpers/main/vertex.go type Vertex (line 8) | type Vertex struct method Abs (line 12) | func (v *Vertex) Abs() float64 { function New (line 16) | func New(x float64, y float64) *Vertex { function NewJS (line 20) | func NewJS(x float64, y float64) *js.Object { function main (line 24) | func main() { FILE: test/helpers/pet-helper.js function Pet (line 3) | function Pet(name) { method New (line 17) | New(name) {