go输入Hello word
Posted jack-cx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了go输入Hello word相关的知识,希望对你有一定的参考价值。
package main import "fmt" func main() { fmt.Println(“hello word”) }
输入hello word和其他语言一样简单,需要说下打印~
看着众多博客写go可以看到println和printf打印,下面是他们的区别:
println :可以打印出任何数据类型;
Printf : 只能打印格式化的字符串,可以输出字符串类型的变量,不能打印整形变量和整形
以上是关于go输入Hello word的主要内容,如果未能解决你的问题,请参考以下文章
解决go: go.mod file not found in current directory or any parent directory; see ‘go help modules‘(代码片段