Skip to content

hrgui/learn-go-with-tests

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages