From 63c97260779e11baafd9cbfd9ba5e14da45dbd10 Mon Sep 17 00:00:00 2001 From: xyctruth <398041993@qq.com> Date: Mon, 21 Feb 2022 18:32:56 +0800 Subject: [PATCH] goimports --- test/msg_delay_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/msg_delay_test.go b/test/msg_delay_test.go index 7300530..ace5dc8 100644 --- a/test/msg_delay_test.go +++ b/test/msg_delay_test.go @@ -1,14 +1,15 @@ package test import ( + "testing" + "time" + "github.com/dtm-labs/dtm/dtmcli" "github.com/dtm-labs/dtm/dtmcli/dtmimp" "github.com/dtm-labs/dtm/dtmsvr" "github.com/dtm-labs/dtm/dtmutil" "github.com/dtm-labs/dtm/test/busi" "github.com/stretchr/testify/assert" - "testing" - "time" ) func genMsgDelay(gid string) *dtmcli.Msg {