From 1f56246e8d724bdd59bce35408349ab6bbd9d9d8 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 21 Jun 2023 21:08:39 -0300 Subject: [PATCH] goimports --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9f3a534..818689b 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,7 @@ package main import ( + "errors" "io" "log" "net/http" @@ -8,7 +9,6 @@ import ( "os" "strings" "unicode/utf16" - "errors" tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5" "nulo.in/dlbot/common"