StackOverflow 文档 Go 教程 功能 基本声明 基本声明 Created: November-22, 2018 一个简单的函数,它不接受任何参数,也不返回任何值: func SayHello() { fmt.Println("Hello!") } 命名的返回值文字功能关闭