File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
66All methods have been added, and all features should be available.
77If 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
2020import (
2121 " log"
22- " github.com/zhulik /telegram-bot-api"
22+ " github.com/Syfaro /telegram-bot-api"
2323)
2424
2525func main () {
@@ -54,7 +54,7 @@ If you need to use webhooks for some reason (such as running on Google App Engin
5454package main
5555
5656import (
57- " github.com/zhulik /telegram-bot-api"
57+ " github.com/Syfaro /telegram-bot-api"
5858 " log"
5959 " net/http"
6060)
Original file line number Diff line number Diff line change 11package tgbotapi_test
22
33import (
4- "github.com/zhulik /telegram-bot-api"
4+ "github.com/Syfaro /telegram-bot-api"
55 "io/ioutil"
66 "log"
77 "net/http"
Original file line number Diff line number Diff line change 11package tgbotapi_test
22
33import (
4- "github.com/zhulik /telegram-bot-api"
4+ "github.com/Syfaro /telegram-bot-api"
55 "testing"
66 "time"
77)
You can’t perform that action at this time.
0 commit comments