all repos — telegram-bot-api @ d40f7f97034c8473b3fabe6e3034512fa1d655c9

Golang bindings for the Telegram Bot API

Package name changed
Gleb Sinyavsky zhulik.gleb@gmail.com
Wed, 16 Dec 2015 16:57:21 +0300
commit

d40f7f97034c8473b3fabe6e3034512fa1d655c9

parent

f8cc0d2aaa9960287f9eddc1f393bff3fbf7181e

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M bot_test.gobot_test.go

@@ -1,7 +1,7 @@

package tgbotapi_test import ( - "github.com/zhulik/telegram-bot-api" + "github.com/Syfaro/telegram-bot-api" "io/ioutil" "log" "net/http"
M types_test.gotypes_test.go

@@ -1,7 +1,7 @@

package tgbotapi_test import ( - "github.com/zhulik/telegram-bot-api" + "github.com/Syfaro/telegram-bot-api" "testing" "time" )