A simple function that does not accept any parameters and does not return any values:
func SayHello() { fmt.Println("Hello!") }