1. Declaration and use of array
You Can Learn
- How to combine elements into arrays and access their values.
- Find official or authoritative documents to learn.
Content
数组不过是离散的函数而已.
Refer
- https://golang.org/ : 学习首先找到官网
- https://go.dev/ : 找到官方推荐的学习地点
- https://gobyexample.com/ : 从中找到学习资源
- https://gobyexample-cn.github.io/: 当看不懂英文时寻找中文翻译
Reading
By 菜鸟教程 python 语言 列表
By 菜鸟教程 go 语言 数组
By @fengyfei(fengyfei) in Linux Kernel ( C 语言)