--- title: Go Slices --- ## Go Slices This is a stub. [Help our community expand it](https://github.com/freecodecamp/guides/tree/master/src/pages/go/go-slices/index.md). [This quick style guide will help ensure your pull request gets accepted](https://github.com/freecodecamp/guides/blob/master/README.md). #### More Information: * [A Tour of Go](https://tour.golang.org/moretypes/7) * [Go By Example](https://gobyexample.com/slices) * [Golang Book](https://www.golang-book.com/books/intro/6#section2) * [The Go Programming Language Specification](https://golang.org/ref/spec#Making_slices_maps_and_channels)