/go-intro

Primary LanguageMakefile

go-intro

To build the presentation:

  1. Install pandoc and LaTeX.
  2. Run the Makefile:
$ make
pandoc -t beamer -o go-intro.pdf go-intro.md

To do

  • Follow-along code examples in this repo
  • Helper scripts
  • Virtual environment?

Notes

Attempts are made to include the most recent PDF version in this repository for user convenience. However, this could be out of date...please open a PR if so.

License

All slides provided under the CC-BY-SA license.

All code is provided under version 3 of the GNU Public License (GPLv3), unless otherwise noted.