package git.alienyuki.com/yuki/hellogomod func SayHello(name string) string { return "Hello, " + name + "!" }