This repo contains a presentation and code samples from a talk I gave at Golang Bangalore Meetup 36 on September 8th 2018.
The slides can be viewed online here
If you have a Go environment, you can run the following to view the slides offline
git clone https://github.com/pshirali/testing-in-go
go get -u -v golang.org/x/tools/cmd/present
cd testing-in-go
present -notes
Navigate to http://127.0.0.1:3999
to view the contents.
Code samples are present in the samples/
folder. They have a README which explain the contents of each folder in further detail.
Slides: CC-BY-SA-4.0 Samples: Apache 2.0