mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 05:55:19 +00:00
Fix
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
|||||||
log "github.com/micro/go-micro/v3/logger"
|
log "github.com/micro/go-micro/v3/logger"
|
||||||
store "github.com/micro/micro/v3/service/store"
|
store "github.com/micro/micro/v3/service/store"
|
||||||
|
|
||||||
pb "github.com/micro/services/store/proto"
|
pb "github.com/micro/services/kv/proto"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Example struct{}
|
type Example struct{}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/micro/services/store/handler"
|
"github.com/micro/services/kv/handler"
|
||||||
|
|
||||||
"github.com/micro/micro/v3/service"
|
"github.com/micro/micro/v3/service"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user