- Hands-On Full Stack Development with Go
- Mina Andrawos
- 53字
- 2021-07-02 12:33:31
Go data structures
In this section, we'll discuss more key concepts of the Go language. It's time to explore the foundational data structures that we need to build non-trivial programs in the Go language.
In the following sections, we'll discuss the various Go data structures, including arrays, slices, maps, Go structs, and methods.