go run 运行报错
hello_word.go:6:8: undefined: fmt.println
解决办法:语法错误,需要将调用的模块首字母大写,如:
mt.Println("hello world")
go run 运行报错
hello_word.go:6:8: undefined: fmt.println
解决办法:语法错误,需要将调用的模块首字母大写,如:
mt.Println("hello world")
1350
5457

被折叠的 条评论
为什么被折叠?