diff --git a/wb/products.proto b/wb/products.proto index 70a5202..c990ddd 100644 --- a/wb/products.proto +++ b/wb/products.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package wb.products; -option go_package = "./wb"; +option go_package = "./wb/products"; service ProductsService { } \ No newline at end of file diff --git a/yandexmarket/products.proto b/yandexmarket/products.proto index 8a039e3..4ebaa2d 100644 --- a/yandexmarket/products.proto +++ b/yandexmarket/products.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package yandexmarket.products; -option go_package = "./yandexmarket"; +option go_package = "./yandexmarket/products"; service ProductsService { } \ No newline at end of file