You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by sh...@apache.org on 2022/06/29 08:00:11 UTC

[pulsar] branch master updated: Update client-libraries-go.md (#16276)

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

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new ea7b3cb8e0c Update client-libraries-go.md (#16276)
ea7b3cb8e0c is described below

commit ea7b3cb8e0c015bc483754acfd13e044ce8c0a8b
Author: Young Xu <xu...@gmail.com>
AuthorDate: Wed Jun 29 16:00:00 2022 +0800

    Update client-libraries-go.md (#16276)
    
    ### Motivation
     The official markdown table is a misplaced layout .
    fix go docs markdown table layout.
    
    ![](https://images.xuthus.cc/images/SyAFCMF_fix-markdown-table.png )
    
    
    ### Modifications
    
    fix go docs markdown table layout.
    
    ### Verifying this change
    
    - [x] Make sure that the change passes the CI checks.
    
    *(Please pick either of the following options)*
    
    This change is a trivial rework / code cleanup without any test coverage.
    
    ### Does this pull request potentially affect one of the following parts:
    
    *If `yes` was chosen, please highlight the changes*
    
      - Dependencies (does it add or upgrade a dependency): (no)
      - The public API: (no)
      - The schema: (no)
      - The default values of configurations: (no)
      - The wire protocol: (no)
      - The rest endpoints: (no)
      - The admin cli options: (no)
      - Anything that affects deployment: (no)
    
    ### Documentation
    
    Check the box below or label this PR directly.
    
    Need to update docs?
    
    - [x] `doc-required`
    (Your PR needs to update docs and you will update later)
    
    - [ ] `doc-not-needed`
    (Please explain why)
    
    - [ ] `doc`
    (Your PR contains doc changes)
    
    - [ ] `doc-complete`
    (Docs have been already added)
---
 site2/docs/client-libraries-go.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/client-libraries-go.md b/site2/docs/client-libraries-go.md
index a351d8a326b..0bc14817b74 100644
--- a/site2/docs/client-libraries-go.md
+++ b/site2/docs/client-libraries-go.md
@@ -144,7 +144,7 @@ func main() {
 
 The following configurable parameters are available for Pulsar clients:
 
- Name | Description | Default
+| Name | Description | Default|
 | :-------- | :---------- |:---------- |
 | URL | Configure the service URL for the Pulsar service.<br /><br />If you have multiple brokers, you can set multiple Pulsar cluster addresses for a client. <br /><br />This parameter is **required**. |None |
 | ConnectionTimeout | Timeout for the establishment of a TCP connection | 30s |