mirror of
https://github.com/go-kratos/kratos.git
synced 2025-11-06 08:59:18 +02:00
fix: fmt import (#2379)
This commit is contained in:
@@ -6,8 +6,9 @@ import (
|
||||
"path"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/go-kratos/kratos/v2/registry"
|
||||
"github.com/go-zookeeper/zk"
|
||||
|
||||
"github.com/go-kratos/kratos/v2/registry"
|
||||
)
|
||||
|
||||
var _ registry.Watcher = (*watcher)(nil)
|
||||
|
||||
Reference in New Issue
Block a user