Update proto definitions

This commit is contained in:
2025-05-25 22:26:39 +03:00
parent 758fa0c6b4
commit 8d5b13cab3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
syntax = "proto3";
package yandexmarket.products;
option go_package = "./yandexmarket";
option go_package = "./yandexmarket/products";
service ProductsService {
}