LearningGo

https://github.com/learning-go-book-2e

What I have learnt

Chapter 1

  • Making a Go Module
  • Go Tooling (build, run, fmt, vet and clean)
  • Usage of a Makefile

Chapter 2

  • Predeclared Types
  • Declarations styles
  • Var Versus :=
  • Numeric types value range
  • Contants and literals

Chapter 3

  • Arrays
  • Slices
  • Maps
  • Structs
  • String
  • Runes