From d40f7f97034c8473b3fabe6e3034512fa1d655c9 Mon Sep 17 00:00:00 2001 From: Gleb Sinyavsky Date: Wed, 16 Dec 2015 16:57:21 +0300 Subject: [PATCH] Package name changed --- bot_test.go | 2 +- types_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bot_test.go b/bot_test.go index cd9cdcf..0a3007c 100644 --- a/bot_test.go +++ b/bot_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" diff --git a/types_test.go b/types_test.go index 9e5610c..416f0cb 100644 --- a/types_test.go +++ b/types_test.go @@ -1,7 +1,7 @@ package tgbotapi_test import ( - "github.com/zhulik/telegram-bot-api" + "github.com/Syfaro/telegram-bot-api" "testing" "time" )