fix: remove go_package for identity service
All checks were successful
Publish / Publish Job (push) Successful in 2m33s

This commit is contained in:
Дмитрий
2026-03-30 19:05:31 +03:00
parent b98bdddb66
commit 0e8da180ca
2 changed files with 2 additions and 1 deletions

View File

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