Skip to content

Commit

Permalink
Fix import priority.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshumakov committed May 10, 2023
1 parent 97a5b10 commit 7fcbb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bot-tg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package main

import (
"flag"
"github.com/mvp-space/bot-template/internal/config"
"os"

"github.com/go-telegram-bot-api/telegram-bot-api"
"github.com/mvp-space/bot-template/internal/config"
"github.com/mvp-space/bot-template/pkg/log"
)

Expand Down

0 comments on commit 7fcbb00

Please sign in to comment.