Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Jan 22, 2024
1 parent 460409e commit 675425d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package main

import (
"encoding/json"
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
"io"
"net/http"
"os"
"strconv"

tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
)

const (
Expand Down

0 comments on commit 675425d

Please sign in to comment.