class: center, middle # Presentation Title --- # The *List of Doom* 1. Introduction 2. Deep-dive 3. ... ??? Clarify that the list of doom isn't as bad as it sounds. --- This is how I do this in Bash ``` # export the git tags export GIT_TAG=$(git describe --tags) ``` And this is the most common bit of Go ```Go if err != nil { panic(err) } ``` --- # The end?? Or is it????? Something has changed...