You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/08/26 18:02:17 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#262fb10)

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new fe348a79a99 Docs sync done from apache/pulsar(#262fb10)
fe348a79a99 is described below

commit fe348a79a99bda393484c8137c7f8b45945f9e8d
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Fri Aug 26 18:02:12 2022 +0000

    Docs sync done from apache/pulsar(#262fb10)
---
 site2/website-next/docs/client-libraries-go.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/site2/website-next/docs/client-libraries-go.md b/site2/website-next/docs/client-libraries-go.md
index 00e2da9a30c..4f64ea8f6e0 100644
--- a/site2/website-next/docs/client-libraries-go.md
+++ b/site2/website-next/docs/client-libraries-go.md
@@ -4,13 +4,9 @@ title: Pulsar Go client
 sidebar_label: "Go"
 ---
 
-> Tips: The CGo client has been deprecated since version 2.7.0.
-
-You can use Pulsar [Go client](https://github.com/apache/pulsar-client-go) to create Pulsar [producers](#producers), [consumers](#consumers), and [readers](#readers) in Go (aka Golang).
-
-> **API docs available as well**  
-> For standard API docs, consult the [Godoc](https://godoc.org/github.com/apache/pulsar-client-go/pulsar).
+You can use Pulsar [Go client](https://github.com/apache/pulsar-client-go) to create Pulsar [producers](#producers), [consumers](#consumers), and [readers](#readers) in Golang.
 
+API docs are available on the [Godoc](https://godoc.org/github.com/apache/pulsar-client-go/pulsar) page
 
 ## Installation