Update 07-tmq.mdx

This commit is contained in:
Shuaiqiang Chang 2022-08-16 16:42:01 +08:00 committed by GitHub
parent bd4fdca940
commit 90347b1569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -574,6 +574,9 @@ consumer.unsubscribe();
/* 关闭消费 */
consumer.close();
</TabItem>
<TabItem value="Go" label="Go">
```go