From 3375b4f379571b4c7cb0cd68383dba947a83695a Mon Sep 17 00:00:00 2001 From: Adphi Date: Tue, 3 Mar 2020 14:44:02 +0100 Subject: [PATCH] updated package name --- example/example.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example.go b/example/example.go index dd24eb8..bf0fcfd 100644 --- a/example/example.go +++ b/example/example.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "gitlab.bertha.cloud/partitio/grpc/service" + "gitlab.bertha.cloud/partitio/lab/grpc/service" ) type GreeterHandler struct{} diff --git a/go.mod b/go.mod index bd5457d..fb8ead7 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitlab.bertha.cloud/partitio/grpc +module gitlab.bertha.cloud/partitio/lab/grpc go 1.13