From 885b7a747ccd7871f2f9bac94b6f62cb910ca5ba Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Sun, 27 Dec 2020 17:59:11 +0300 Subject: [PATCH] chore: fix import groups --- cmd/gotdecho/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/gotdecho/main.go b/cmd/gotdecho/main.go index 4aff0a2b46..0575e97aaa 100644 --- a/cmd/gotdecho/main.go +++ b/cmd/gotdecho/main.go @@ -11,8 +11,6 @@ import ( "syscall" "time" - "github.com/gotd/td/transport" - "go.uber.org/zap" "go.uber.org/zap/zapcore" "golang.org/x/net/proxy" @@ -20,6 +18,7 @@ import ( "github.com/gotd/td/telegram" "github.com/gotd/td/tg" + "github.com/gotd/td/transport" ) func run(ctx context.Context) error {