Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 761 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 761 Bytes

go-learn 🐹

Go Report Card

A Project with my learnings on go. With the learn-go-with-tests as a guide.

Exercises

  • Hello, world
  • Integers
  • Iteration
  • Arrays and slices
  • Structs, methods & interfaces
  • Pointers & errors
  • Maps
  • Dependency Injection
  • Mocking
  • Concurrency
  • Select
  • Reflection
  • Sync
  • Context
  • Intro to property based tests
  • Maths

Projects

  • HTTP server
  • JSON, routing and embedding
  • IO and sorting
  • Command line & project structure
  • Time
  • WebSockets