mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
Fix test chat service imports
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
"google.golang.org/protobuf/types/known/timestamppb"
|
||||
|
||||
// it's standard to import the services own proto under the alias pb
|
||||
pb "github.com/micro/services/chat/proto"
|
||||
pb "github.com/micro/services/test/chat/proto"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user