func main()

in calerogers/hello.go [9:12]


func main() {
	fmt.Println("Hello Go team!")
	fmt.Println("P.S. Thanks for an awesome first Gophercon! ")
}