开启Golang编程第一章
Posted landv
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了开启Golang编程第一章相关的知识,希望对你有一定的参考价值。
Go is an open source programming language that makes it easy to build simple,reliable, and effcient software.
Try Go
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
https://tour.golang.org/welcome/1
体会:和C/C++、C#、java类似的语言,好基友推荐学习的语言,emmm第一步还是蛮简单的。
好吧第一个花括号不能换行,哈哈哈哈。
以上是关于开启Golang编程第一章的主要内容,如果未能解决你的问题,请参考以下文章