Signed-off-by: Tomansru <stas@tomans.ru>
master v1.6.4
parent 9860bdfd3a
commit d576cafba0
  1. 2
      bot_test.go
  2. 5
      go.mod
  3. 2
      go.sum
  4. 3
      helpers_test.go
  5. 2
      types_test.go

@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/go-telegram-bot-api/telegram-bot-api"
"git.tomans.ru/Tomansru/telegram-bot-api"
)
const (

@ -0,0 +1,5 @@
module git.tomans.ru/Tomansru/telegram-bot-api
go 1.13
require github.com/technoweenie/multipartstreamer v1.0.1

@ -0,0 +1,2 @@
github.com/technoweenie/multipartstreamer v1.0.1 h1:XRztA5MXiR1TIRHxH2uNxXxaIkKQDeX7m2XsSOlQEnM=
github.com/technoweenie/multipartstreamer v1.0.1/go.mod h1:jNVxdtShOxzAsukZwTSw6MDx5eUJoiEBsSvzDU9uzog=

@ -1,8 +1,9 @@
package tgbotapi_test
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"testing"
"git.tomans.ru/Tomansru/telegram-bot-api"
)
func TestNewInlineQueryResultArticle(t *testing.T) {

@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/go-telegram-bot-api/telegram-bot-api"
"git.tomans.ru/Tomansru/telegram-bot-api"
)
func TestUserStringWith(t *testing.T) {