In themain()function, we created an array of integers with 10 elements and then create the slice from the array. After that, we assigned the value 500 at index 1 in slice and printed the slice elements using a range in the "for" loop without index using "_" on the console screen. ...
> [Uber](https://www.uber.com/) 是一家美国硅谷的科技公司,也是 Go 语言的早期 adopter。其开源了很多 golang 项目,诸如被 Gopher 圈熟知的 [zap](https://github.com/uber-go/zap)、[jaeger](https://github.com/jaegertracing/jaeger) 等。2018 年年末 Uber 将内部的 [Go 风格规范](https:/...