From cb1181f29e17785d6c5a569f68f34f5cc7ea46b1 Mon Sep 17 00:00:00 2001 From: binc4t Date: Mon, 23 Dec 2024 08:00:34 +0800 Subject: [PATCH] fix: code syntax errors in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e08810f..8964385 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ func main() { gateapi.GateAPIV4{ Key: "YOUR_API_KEY", Secret: "YOUR_API_SECRET", - } + }, ) result, _, err := client.AccountApi.GetAccountDetail(ctx)