1 Star 0 Fork 0

onlyellow/calf

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
greeting.go 300 Bytes
Copy Edit Raw Blame History
onlyellow authored 2021-02-05 15:25 +08:00 . v1.0.0
package greetings
import "fmt"
// Hello returns a greeting for the named person.
func Hello(name string) string {
// Return a greeting that embeds the name in a message.
message := fmt.Sprintf("Hi, %v. Welcome!", name)
return message
}
func NewHello() {
fmt.Println("NewHello!")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/onlyellow/calf.git
git@gitee.com:onlyellow/calf.git
onlyellow
calf
calf
v1.0.1

Search