Update local_quickstart_go.md

This commit is contained in:
akangsha7
2026-02-13 12:44:20 -08:00
committed by GitHub
parent c5a5aca45f
commit 2762538f4f

View File

@@ -77,7 +77,11 @@ from Toolbox.
{{< /tab >}}
{{< tab header="ADK Go" lang="go" >}}
{{< tab header="ADK Go" lang="go" >}} Set your API key (If you don't have an API key yet, you can get one from [Google AI Studio](https://aistudio.google.com/app/apikey).)
```bash
export GEMINI_API_KEY="YOUR_ACTUAL_GEMINI_API_KEY"
```
{{< include "quickstart/go/adkgo/quickstart.go" >}}