摘要: Go语言教程 Go语言特色 简洁、快速、安全 并行、有趣、开源 内存管理、数组安全、编译迅速 第一个Go程序 接下来我们编写第一个Go程序hello.go(Go语言源文件的扩展是.go,扩展就是后缀名的意思),代码如下: package main​import "fmt"​func main() { 阅读全文
posted @ 2020-01-13 15:21 砚台是黑的 阅读(482) 评论(0) 推荐(0) 编辑
摘要: github中文社区:https://www.githubs.cn/awesome github中文排行榜:https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts?utm_source=gold_browser_extension 优秀博客: 阅读全文
posted @ 2020-01-13 14:55 砚台是黑的 阅读(189) 评论(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 砚台是黑的 阅读(156) 评论(0) 推荐(0) 编辑