Categorygithub.com/mauri870/talks
repositorypackage
0.0.0-20240602202821-762c01f8b482
Repository: https://github.com/mauri870/talks.git
Documentation: pkg.go.dev

# README

talks

This repository contains the slides and code for talks I have given at various conferences and meetups.

The slides can be built using golang.org/x/tools/present:

go install golang.org/x/tools/cmd/present@latest
cd _content && present

You can start a server running at localhost:4000 where you can see the slides:

go run .

You can also find the slides online at https://talks.mauri870.com.