package hello import ( "fmt" ) func Hello() { fmt.Print("Hello, world!") }