// package hello says hello. package hello import ( "fmt" ) // Hello says hello. func Hello() { fmt.Println("Hello") }