package hello import ( "fmt" ) // You say hello I say goodbye. func Bye () { fmt.Println("Bye!") }