Simply click on the link of interest below.
Disclaimer: some images may not load; you may need to run the slides locally instead.
You can run the slideshows on your machine after following a few simple steps:
-
If you haven't already installed Go on your machine, do so by following the official installation instructions.
-
Important: make sure that the directory where Go installs binaries is in your
PATHenvironment variable. The directory in question is usually given by the following command:go env GOBIN
-
Install the
presenttool:go install golang.org/x/tools/cmd/present@latest
-
Clone this repository and
cdinto the folder containing the slideshow of interest, e.g.git clone https://github.com/jub0bs/talks cd talks/2023/06/functional-options -
Run the present tool:
present
The output should contain some local URL (like
http://127.0.0.1:3999). -
Visit the URL from step 5 in your browser, then click on
main.slideto start the slideshow.