package functions import "fmt" func Addition() { } func SayHello() { fmt.Println("Hello There !") }