Prechádzať zdrojové kódy

fix: 改个路径名

lihf 8 mesiacov pred
rodič
commit
ebd49a0345

+ 1 - 1
register/registry.go → registry/registry.go

@@ -1,4 +1,4 @@
-package register
+package registry
 
 import (
 	"context"

+ 1 - 1
register/registry_test.go → registry/registry_test.go

@@ -1,4 +1,4 @@
-package register
+package registry
 
 import (
 	"context"

+ 1 - 1
register/service.go → registry/service.go

@@ -1,4 +1,4 @@
-package register
+package registry
 
 import (
 	"encoding/json"

+ 1 - 1
register/watcher.go → registry/watcher.go

@@ -1,4 +1,4 @@
-package register
+package registry
 
 import (
 	"context"