diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 11:01:21 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 11:01:21 +0000 |
commit | 32b6d60cec20245a5968c3ab0383b73e22a26cfb (patch) | |
tree | 5bcc635acab1a03f8362eaca7a9d640bf3fb6bdd /telebot/protobuf | |
parent | protobuf for telebot (diff) | |
download | grpc-32b6d60cec20245a5968c3ab0383b73e22a26cfb.tar.gz grpc-32b6d60cec20245a5968c3ab0383b73e22a26cfb.zip |
changed the module name
Diffstat (limited to '')
-rw-r--r-- | telebot/protobuf/telegram.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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; |