> ## Documentation Index
> Fetch the complete documentation index at: https://docs.semgrep.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Go

> Security guides and cheatsheets for the Go programming language and related frameworks.

<CardGroup>
  <Card title="Command Injection in Go" icon="file-text" href="/cheat-sheets/go-command-injection">
    Cheat sheet for the prevention of Command Injection vulnerabilities for Go.
  </Card>

  <Card title="XSS in Go" icon="file-text" href="/cheat-sheets/go-xss">
    Cheat sheet for the prevention of Cross-site Scripting (XSS) vulnerabilities for Go and net/http.
  </Card>
</CardGroup>
