gorram icon indicating copy to clipboard operation
gorram copied to clipboard

Doesn't support calling variables that are functions

Open natefinch opened this issue 9 years ago • 0 comments

Gorram should realize when a variable is a function and enable you to call that function:

var Bar = func() { fmt.Println("Hi!") }

natefinch avatar Oct 06 '16 17:10 natefinch