golang函數後的'{',不能單獨放一行html
// 錯誤 func main() { println("hello world") } // 正確 func main() { println("hello world") }