Читать книгу Practical Go - Amit Saha - Страница 24

Go Refresher

Оглавление

I recommend going through the topics in “A Tour of Go,” at https://tour.golang.org/list, to serve as a refresher of the various features that we will be using to implement programs in the book. These include for loops, functions, methods, struct and interface types, and error values. Additionally, I want to highlight the key topics that we will use extensively, along with references to learn more about them.

Practical Go

Подняться наверх