func Hello()

in go/helloworld/libs/hello.go [5:7]


func Hello() string {
	return "Hello World!"
}