fix: remove go_package for identity service
This commit is contained in:
@@ -2,7 +2,6 @@ syntax = "proto3";
|
||||
|
||||
package identity;
|
||||
|
||||
option go_package = './gen';
|
||||
|
||||
service AuthService {
|
||||
rpc Login (LoginRequest) returns (LoginResponse);
|
||||
|
||||
Reference in New Issue
Block a user