1
0
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:
jesse.tang
2022-09-27 14:08:08 +08:00
committed by GitHub
parent 8d067a32db
commit 4d95050747
54 changed files with 108 additions and 54 deletions

View File

@@ -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)