fix: remove go_package for identity service

This commit is contained in:
Дмитрий
2026-03-30 18:56:50 +03:00
parent 86d15e4055
commit f5b566676c
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ syntax = "proto3";
package identity;
option go_package = './gen';
service AuthService {
rpc Login (LoginRequest) returns (LoginResponse);