随笔分类 - Golang
摘要:Go语言教程 Go语言特色 简洁、快速、安全 并行、有趣、开源 内存管理、数组安全、编译迅速 第一个Go程序 接下来我们编写第一个Go程序hello.go(Go语言源文件的扩展是.go,扩展就是后缀名的意思),代码如下: package mainimport "fmt"func main() {
阅读全文
摘要:菜鸟教程:https://www.runoob.com/go/go-tutorial.html go语言简明教程:https://studygolang.com/articles/13958 c语言编程网:http://c.biancheng.net/golang/ 博客园:https://www.
阅读全文

浙公网安备 33010602011771号