golang函数后的 {

golang函数后的'{',不能单独放一行html

// 错误
func main()					
{
	println("hello world")
}
 
// 正确
func main() {
	println("hello world")
}
相关文章
相关标签/搜索