From dd32614ce00faf986cbbaeab83a2f34e428aeb3e Mon Sep 17 00:00:00 2001 From: Alena Petraki <alena.petraki@gmail.com> Date: Thu, 13 Apr 2023 16:50:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BF=D1=83=D1=82=D1=8C=20=D0=BA=20proto-=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/users/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/users/service.go b/pkg/users/service.go index 6366f731..d64a5cec 100644 --- a/pkg/users/service.go +++ b/pkg/users/service.go @@ -7,7 +7,7 @@ import ( ) // @microgen grpc -// @protobuf git.perx.ru/perxis/perxis/proto/users +// @protobuf git.perx.ru/perxis/perxis-go/proto/users // @grpc-addr account.users.Users type Users interface { Create(ctx context.Context, create *User) (user *User, err error) -- GitLab