Skip to content

Commit 667b68e

Browse files
committed
Package path changed before merge
1 parent 4037dbe commit 667b68e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Golang bindings for the Telegram Bot API
22

3-
[![GoDoc](https://godoc.org/github.com/zhulik/telegram-bot-api?status.svg)](http://godoc.org/github.com/zhulik/telegram-bot-api)
4-
[![Travis](https://travis-ci.org/zhulik/telegram-bot-api.svg)](https://travis-ci.org/zhulik/telegram-bot-api)
3+
[![GoDoc](https://godoc.org/github.com/Syfaro/telegram-bot-api?status.svg)](http://godoc.org/github.com/Syfaro/telegram-bot-api)
4+
[![Travis](https://travis-ci.org/Syfaro/telegram-bot-api.svg)](https://travis-ci.org/Syfaro/telegram-bot-api)
55

66
All methods have been added, and all features should be available.
77
If you want a feature that hasn't been added yet or something is broken, open an issue and I'll see what I can do.
@@ -19,7 +19,7 @@ package main
1919

2020
import (
2121
"log"
22-
"github.com/zhulik/telegram-bot-api"
22+
"github.com/Syfaro/telegram-bot-api"
2323
)
2424

2525
func main() {
@@ -54,7 +54,7 @@ If you need to use webhooks for some reason (such as running on Google App Engin
5454
package main
5555

5656
import (
57-
"github.com/zhulik/telegram-bot-api"
57+
"github.com/Syfaro/telegram-bot-api"
5858
"log"
5959
"net/http"
6060
)

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)