From c615c94acc15ffbb298cf3380e57f92ee06c5ce8 Mon Sep 17 00:00:00 2001 From: Disha Prakash Date: Mon, 16 Feb 2026 12:01:31 +0000 Subject: [PATCH] update markdown --- docs/en/getting-started/local_quickstart_go.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/getting-started/local_quickstart_go.md b/docs/en/getting-started/local_quickstart_go.md index 1e43135c352..9d5e533d2fc 100644 --- a/docs/en/getting-started/local_quickstart_go.md +++ b/docs/en/getting-started/local_quickstart_go.md @@ -40,12 +40,12 @@ from Toolbox. ``` 1. In a new terminal, install the Go SDK Module: - {{< notice warning >}} + {{% notice warning %}} **Breaking Change Notice**: As of version `0.6.0`, this SDK has transitioned to a multi-module structure. * **For new versions (`v0.6.0`+)**: You must import specific modules (e.g., `go get github.com/googleapis/mcp-toolbox-sdk-go/core`). * **For older versions (`v0.5.1` and below)**: The SDK remains a single-module library (`go get github.com/googleapis/mcp-toolbox-sdk-go`). * Please update your imports and `go.mod` accordingly when upgrading. - {{< /notice >}} + {{% /notice %}} {{< tabpane persist=header >}} {{< tab header="LangChain Go" lang="bash" >}}