gorram
gorram copied to clipboard
Doesn't support calling variables that are functions
Gorram should realize when a variable is a function and enable you to call that function:
var Bar = func() { fmt.Println("Hi!") }