goimports
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2023-06-21 21:08:39 -03:00
parent 2b83114148
commit 1f56246e8d

View file

@ -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"