August 2019
Beginner to intermediate
798 pages
17h 2m
English
Although standard Go types are pretty handy, fast, and flexible, they most likely cannot cover every type of data you want to support in your Go code. Go solves this problem by supporting structures, which are custom types defined by the developer. Additionally, Go has its own way of supporting tuples, which mainly allows functions to return multiple values without the need to group them in structures as is the case in C.
Read now
Unlock full access