all repos — telegram-bot-api @ 5df7aae78f6647147f98154e618cc7af818cad26

Golang bindings for the Telegram Bot API

Remove log import.
Syfaro syfaro@foxpaw.in
Mon, 04 Jan 2016 11:21:20 -0600
commit

5df7aae78f6647147f98154e618cc7af818cad26

parent

3dbc5f3892080163fb6ca95887c9c07ed7aa2149

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

jump to
M types.gotypes.go

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

import ( "encoding/json" "fmt" - "log" "strings" "time" )