Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 588 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 588 Bytes
  • This book introduces Go to complete beginners, as well as those with some experience programming in other languages. It explains test-driven development (TDD) in Go, how to use data types including structs, slices, and maps, and also shows how to add behaviour to objects using methods and pointers. Includes dozens of code challenges, with complete solutions and tests.

  • Package with the most common functions

  • Words in capital letters things with public privacy, in small letters private.

image