all repos — telegram-bot-api @ 447115488bafa9f5d08f08786f223797f2661873

Golang bindings for the Telegram Bot API

Travis added
Gleb Sinyavsky zhulik.gleb@gmail.com
Sat, 21 Nov 2015 14:56:11 +0300
commit

447115488bafa9f5d08f08786f223797f2661873

parent

b8bc7b993903c879736560a3f8e05869503cc6ca

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

jump to
A .travis.yml

@@ -0,0 +1,6 @@

+language: go + +go: + - 1.3 + - 1.4 + - tip
M README.mdREADME.md

@@ -1,6 +1,6 @@

# Golang bindings for the Telegram Bot API -[![GoDoc](https://godoc.org/github.com/Syfaro/telegram-bot-api?status.svg)](http://godoc.org/github.com/Syfaro/telegram-bot-api) +[![GoDoc](https://godoc.org/github.com/zhulik/telegram-bot-api?status.svg)](http://godoc.org/github.com/zhulik/telegram-bot-api) All methods have been added, and all features should be available. 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.