Skip to content

Commit

Permalink
chore: fix import groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 27, 2020
1 parent ed64b87 commit 885b7a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/gotdecho/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ import (
"syscall"
"time"

"github.com/gotd/td/transport"

"go.uber.org/zap"
"go.uber.org/zap/zapcore"
"golang.org/x/net/proxy"
"golang.org/x/xerrors"

"github.com/gotd/td/telegram"
"github.com/gotd/td/tg"
"github.com/gotd/td/transport"
)

func run(ctx context.Context) error {
Expand Down

0 comments on commit 885b7a7

Please sign in to comment.