随笔分类 -  Golang

摘要:Go语言教程 Go语言特色 简洁、快速、安全 并行、有趣、开源 内存管理、数组安全、编译迅速 第一个Go程序 接下来我们编写第一个Go程序hello.go(Go语言源文件的扩展是.go,扩展就是后缀名的意思),代码如下: package main​import "fmt"​func main() { 阅读全文
posted @ 2020-01-13 15:21 砚台是黑的 阅读(537) 评论(0) 推荐(0)
摘要:菜鸟教程:https://www.runoob.com/go/go-tutorial.html go语言简明教程:https://studygolang.com/articles/13958 c语言编程网:http://c.biancheng.net/golang/ 博客园:https://www. 阅读全文
posted @ 2020-01-13 10:54 砚台是黑的 阅读(183) 评论(0) 推荐(0)