上一节已将将需要的数据从网站[](http://www.gratisography.com/)http://www.gratisograph
Go语言快速入门
一年前为了给同事介绍Go而做的演讲文稿。一年过去,我对Go的理解没有任何进展。 最近决定深入地学习这门语言。 Hello World package main import "fmt" // this is a comment func main() { fmt.Println("Hello World") }
Golang在MacOS上的环境配置
Golang是Google开发的一种编译型,平行化,具有垃圾回收功能的编译语言,还和C一样有指针。 Golang是天生的网络编程语言,学习使用