From 32b6d60cec20245a5968c3ab0383b73e22a26cfb Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 12 Nov 2021 14:31:21 +0330 Subject: changed the module name --- telebot/protobuf/telegram.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telebot/protobuf') diff --git a/telebot/protobuf/telegram.proto b/telebot/protobuf/telegram.proto index 8a7e6be..d01fa9a 100644 --- a/telebot/protobuf/telegram.proto +++ b/telebot/protobuf/telegram.proto @@ -2,7 +2,7 @@ syntax= "proto3"; package hived; import "google/protobuf/timestamp.proto"; -option go_package ="../protobuf"; +option go_package ="github.com/terminaldweller/grpc/telebot/protobuf/telegram.pb.go"; message NotificationRequest { reserved 4 to 7; -- cgit v1.2.3