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

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new fa6d9874 fix lint
fa6d9874 is described below

commit fa6d98743d408c36afdb76968eabaa4aee45aa09
Author: chickenlj <[email protected]>
AuthorDate: Sun Jul 21 16:53:38 2024 +0800

    fix lint
---
 config_center/zookeeper/go-client/cmd/main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config_center/zookeeper/go-client/cmd/main.go 
b/config_center/zookeeper/go-client/cmd/main.go
index ae9a869d..a22cc4d0 100644
--- a/config_center/zookeeper/go-client/cmd/main.go
+++ b/config_center/zookeeper/go-client/cmd/main.go
@@ -34,7 +34,7 @@ import (
 )
 
 func main() {
-       err := writeRuleToConfigCenter()
+       _ = writeRuleToConfigCenter()
 
        time.Sleep(time.Second * 10)
 

Reply via email to