Update proto definitions

This commit is contained in:
2025-05-25 22:21:56 +03:00
parent f640db172d
commit b58f68bc74
2 changed files with 2 additions and 2 deletions

View File

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

View File

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