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

albumenj pushed a commit to branch refactor-with-go
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/refactor-with-go by this push:
     new acac09e5 Fix lint
acac09e5 is described below

commit acac09e53066ff50563d9720de935aaaf97dd0ad
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Mar 7 10:30:19 2023 +0800

    Fix lint
---
 pkg/admin/config/governance_config.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkg/admin/config/governance_config.go 
b/pkg/admin/config/governance_config.go
index bdab60a8..e5a61c6a 100644
--- a/pkg/admin/config/governance_config.go
+++ b/pkg/admin/config/governance_config.go
@@ -18,8 +18,9 @@
 package config
 
 import (
-       "dubbo.apache.org/dubbo-go/v3/config_center"
        "errors"
+
+       "dubbo.apache.org/dubbo-go/v3/config_center"
 )
 
 func SetConfig(key string, value string) error {

Reply via email to