all repos — telegram-bot-api @ e4edb03d74f7ef02e5eec8842ffd38ddbfe4944d

Golang bindings for the Telegram Bot API

Merge pull request #279 from hongshaoyang/patch-1

README: link to godoc
Kirill Zhuharev zhuharev@users.noreply.github.com
Thu, 19 Mar 2020 07:21:57 +0300
commit

e4edb03d74f7ef02e5eec8842ffd38ddbfe4944d

parent

cf3ea3f80ddfd0879a35025ff146a2e1d5ea1046

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

jump to
M README.mdREADME.md

@@ -3,7 +3,7 @@

[![GoDoc](https://godoc.org/github.com/go-telegram-bot-api/telegram-bot-api?status.svg)](http://godoc.org/github.com/go-telegram-bot-api/telegram-bot-api) [![Travis](https://travis-ci.org/go-telegram-bot-api/telegram-bot-api.svg)](https://travis-ci.org/go-telegram-bot-api/telegram-bot-api) -All methods are fairly self explanatory, and reading the godoc page should +All methods are fairly self explanatory, and reading the [godoc](http://godoc.org/github.com/go-telegram-bot-api/telegram-bot-api) page should explain everything. If something isn't clear, open an issue or submit a pull request.