From c8ca5162cf723ce65f4c8c98fea27beb4618fd53 Mon Sep 17 00:00:00 2001 From: danielsampah99 <128369643+danielsampah99@users.noreply.github.com> Date: Tue, 5 May 2026 20:09:46 +0000 Subject: [PATCH] Update usage suggestion in go.md --- docs/developer/sdk/go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/sdk/go.md b/docs/developer/sdk/go.md index 7d2a0e8..7730065 100644 --- a/docs/developer/sdk/go.md +++ b/docs/developer/sdk/go.md @@ -129,4 +129,4 @@ if err != nil { fmt.Println("content is :", string(data)) ``` -For other usage, you can explore on your own. It's even simpler with Vibe Coding! +For other usage, you can explore on your own. It's even simpler with the help of an llm!