package messages import "fmt" func Hello_en() { fmt.Println("Hello") } func Bye_en() { fmt.Println("Good Bye") }