mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Fix
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
log "github.com/micro/go-micro/v3/logger"
|
||||
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{}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/micro/services/store/handler"
|
||||
"github.com/micro/services/kv/handler"
|
||||
|
||||
"github.com/micro/micro/v3/service"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user