fix: package name account -> account.v1
Some checks failed
Publish / Publish Job (push) Failing after 2m37s

This commit is contained in:
Дмитрий
2026-04-03 08:15:37 +03:00
parent 97a6e14a77
commit 3a38e5f06c

View File

@@ -1,6 +1,6 @@
syntax = "proto3";
package account;
package account.v1;
option go_package = "git.lendry.ru/lendry-erp/proto.git/go;pb";