golang函数后的'{',不能单独放一行html
// 错误 func main() { println("hello world") } // 正确 func main() { println("hello world") }