Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 781 Bytes

README.md

File metadata and controls

46 lines (38 loc) · 781 Bytes

How i run the tests

Install

go install github.com/mitranim/gow@latest
 ~/go/bin/gow -v -c test

Go Fundamentals

  • Install Go
  • Hello, World
  • Integers
  • Iteration
  • Arrays and slices
  • Structs, methods and interfaces
  • Pointers and errors
  • Maps
  • Dependency Injection
  • Mocking
  • Concurrency
  • Select
  • Reflection
  • Sync
  • Context
  • Intro to property based tests
  • Maths
  • Reading files
  • Templating
  • Generics
  • Revisiting arrays and slices with generics

Build an Application

  • HTTP Server
  • JSON, routing, and embedding
  • ID and sorting
  • command line and package structure
  • Time
  • WebSockets