You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/02/06 07:21:14 UTC

[dubbo-go] branch 3.0 updated: format imports 3.0 (#1740)

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

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


The following commit(s) were added to refs/heads/3.0 by this push:
     new 591a305  format imports 3.0 (#1740)
591a305 is described below

commit 591a305b48fa0f6d655fbbab264a3b90490e33f5
Author: sunrui1225 <sr...@163.com>
AuthorDate: Sun Feb 6 15:21:05 2022 +0800

    format imports 3.0 (#1740)
---
 config/graceful_shutdown_config.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/graceful_shutdown_config.go b/config/graceful_shutdown_config.go
index 269dffb..e2b50c1 100644
--- a/config/graceful_shutdown_config.go
+++ b/config/graceful_shutdown_config.go
@@ -23,6 +23,7 @@ import (
 
 import (
 	"github.com/creasty/defaults"
+
 	"go.uber.org/atomic"
 )