Learn Go with Tests

https://quii.gitbook.io/learn-go-with-tests

Order

Go Fundamentals - go-fundamentals/

  • Hello, World - helloworld/
  • Integers - integers/
  • Iteration - iteration/
  • Arrays and slices - arraysandslices/
  • Structs, methods & interfaces - structsmethodsinterfaces/
  • Pointers & errors - pointerserrors/
  • Maps - maps/
  • Dependency Injection - dependencyinjection/
  • Mocking - mocking/
  • Concurrency - concurrency/
  • Select - sselect/
  • Reflection - reflection/
  • Sync - sync/
  • Context - context/
  • Intro to property based tests - introtopropertybasedtests/
  • Maths - math/
  • Reading files - readingfiles/
  • Templating - ./templating/
  • Generics - generics/
  • Revisiting arrays and slices with generics - revisitingarraysandsliceswithgenerics/