> For the complete documentation index, see [llms.txt](https://blog.yushunchen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.yushunchen.com/golang-notes/basics/setup.md).

# Setup

## Download

{% embed url="<https://golang.org/dl/>" %}

### Check version:

```bash
go version
```
