From ea1717c6fa3158fae74f03afc1085fd2e7ff5109 Mon Sep 17 00:00:00 2001 From: Disha Prakash Date: Mon, 16 Feb 2026 12:42:27 +0000 Subject: [PATCH] update warning --- docs/en/getting-started/local_quickstart_go.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/getting-started/local_quickstart_go.md b/docs/en/getting-started/local_quickstart_go.md index 9d5e533d2fc..b116667f52f 100644 --- a/docs/en/getting-started/local_quickstart_go.md +++ b/docs/en/getting-started/local_quickstart_go.md @@ -41,10 +41,10 @@ from Toolbox. 1. In a new terminal, install the Go SDK Module: {{% 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. + 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 %}} {{< tabpane persist=header >}} @@ -71,7 +71,7 @@ from Toolbox. {{< /tab >}} {{< /tabpane >}} -2. Create a new file named `hotelagent.go` and copy the following code to create +1. Create a new file named `hotelagent.go` and copy the following code to create an agent: {{< tabpane persist=header >}}