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

# Golang

## Obfuscate binary

```
go install mvdan.cc/garble@latest
env GOOS=windows GOARCH=amd64 ~/go/bin/garble build .
```
