This repo contains the slides and code of my talk "Advanced testing techniques: Tips and tricks for testing" that was presented on:
- 11 December 2019 at Onefootball as part of the GDG Berlin Golang.
- 21 January 2020 at Cosmos as part of the GoDays 2020 Pre-Conference Meetup
The slides can be viewed with the present tool. To install the present tool, use go get:
go get golang.org/x/tools/cmd/present
Then run it from the root of this repository:
present
Then open your web browser and visit http://127.0.0.1:3999
For more information about the file format for the slides refer to: https://godoc.org/golang.org/x/tools/present