## Getting Started ⏱️ <5m 1. Download and install Go using the instructions at: https://go.dev/doc/install 2. Verify successful installation by entering the following command at a command prompt: ``` go version ``` ## Source Code The source code for the snippets in this guide are here: [subfuzion/codesnip](https://github.com/subfuzion/codesnip/tree/main/go) --- Next: [[1. Commands]]