What does undefined : fmt.Println(build) means in GOlang? while using "fmt.Println(len("hello world")"

huangapple go评论142阅读模式
英文:

What does undefined : fmt.Println(build) means in GOlang? while using "fmt.Println(len("hello world")"

问题

你好!根据你的要求,我将为你翻译以下内容:

我是Go语言和编程的新手。

有人可以解释一下这个错误是什么意思,以及我该如何解决它吗?

英文:

What does undefined : fmt.Println(build) means in GOlang? while using "fmt.Println(len("hello world")"

I am new to go language and programming.

Can anyone explain what does the error means and how can I tackle it?

答案1

得分: 10

使用fmt.Println而不是fmt.PrintLn。将字母L改为小写。

英文:

Use fmt.Println instead of fmt.PrintLn. Make letter L lowercase.

huangapple
  • 本文由 发表于 2017年9月14日 17:59:16
  • 转载请务必保留本文链接:https://go.coder-hub.com/46216071.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定