Skip to content

pippolo84/go-services-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design patterns for production grade Go services

Material for the GoLab 2020 Workshop

Prerequisites

As an intermediate workshop, familiarity with the basics of the Go programming language is expected. As a reference, you have already completed (or should be able to complete) A Tour of Go.

A previous experience in writing Go services may be useful, but not required.

To install Go 1.15 and configure your environment properly, follow the instructions here.

During the workshop, we will try the example code with some HTTP requests. curl is perfectly fine, but it may be easier to use a tool like Insomnia Core or Postman.

Setup test

see this repo for more information regarding your local dev environment setup