StackOverflow 文件 Go 教程 功能 基本宣告 基本宣告 Created: November-22, 2018 一個簡單的函式,它不接受任何引數,也不返回任何值: func SayHello() { fmt.Println("Hello!") } 命名的返回值文字功能關閉