updated package name

This commit is contained in:
Adphi 2020-03-03 14:44:02 +01:00
parent d2ee153290
commit 3375b4f379
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import (
"fmt"
"time"
"gitlab.bertha.cloud/partitio/grpc/service"
"gitlab.bertha.cloud/partitio/lab/grpc/service"
)
type GreeterHandler struct{}

2
go.mod
View File

@ -1,4 +1,4 @@
module gitlab.bertha.cloud/partitio/grpc
module gitlab.bertha.cloud/partitio/lab/grpc
go 1.13