package switchpkg import ( "fmt" ) func Say(name string) { fmt.Printf("Hello %s",name) }