Skip to content

Commit d40f7f9

Browse files
committed
Package name changed
1 parent f8cc0d2 commit d40f7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bot_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package tgbotapi_test
22

33
import (
4-
"github.com/zhulik/telegram-bot-api"
4+
"github.com/Syfaro/telegram-bot-api"
55
"io/ioutil"
66
"log"
77
"net/http"

types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package tgbotapi_test
22

33
import (
4-
"github.com/zhulik/telegram-bot-api"
4+
"github.com/Syfaro/telegram-bot-api"
55
"testing"
66
"time"
77
)

0 commit comments

Comments
 (0)