Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 360 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 360 Bytes

Workshop Learning in the Go

This repo contains the code created during the workshop.

This workshop contains

  • TDD in Go (using standard library)
  • Use standard HTTP library
  • Creation of a simple microservice
  • Interact with a public API
  • Work with structs and interfaces
  • Error management
  • Decode/encode JSON
  • Produce binary and dockerize the app