From 866d1b2830836f8351f58b459c222dcac170a32a Mon Sep 17 00:00:00 2001 From: Zike Yang Date: Mon, 1 Jul 2024 11:32:48 +0800 Subject: [PATCH] [feat][doc] Mark transaction support for go client feature matrix --- data/matrix.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/matrix.js b/data/matrix.js index 9dfeaa68a0a0..c18ce820ed97 100644 --- a/data/matrix.js +++ b/data/matrix.js @@ -368,7 +368,7 @@ module.exports = { Feature: "Transaction", Java: 2, "C++": 0, - Go: 0, + Go: 2, Python: 0, Nodejs: 0, "C#/DotPulsar": 0, @@ -750,7 +750,7 @@ module.exports = { Feature: "Transaction", Java: 2, "C++": 0, - Go: 0, + Go: 2, Python: 0, Nodejs: 0, "C#/DotPulsar": 0,