/** * Hello world in Go * @author gtowell * Created: July 20, 2021 */ package main import "fmt" func main() { fmt.Println("hello geoff!") }