// package hello says hello. This is for demostration purposes. package hello import ( "fmt" ) // Hello says hello. func Hello() { fmt.Println("Hello") }