This commit is contained in:
Janos Dobronszki
2020-10-02 18:17:09 +02:00
parent 22ac6de1a6
commit 5baea2bae3
2 changed files with 2 additions and 2 deletions

View File

@@ -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{}

View File

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