func Hello()

in hello/hello.go [20:22]


func Hello() string {
	return "Hello, " + alex.Name
}