Browse Source

goimports

pull/223/head
xyctruth 4 years ago
parent
commit
63c9726077
  1. 5
      test/msg_delay_test.go

5
test/msg_delay_test.go

@ -1,14 +1,15 @@
package test package test
import ( import (
"testing"
"time"
"github.com/dtm-labs/dtm/dtmcli" "github.com/dtm-labs/dtm/dtmcli"
"github.com/dtm-labs/dtm/dtmcli/dtmimp" "github.com/dtm-labs/dtm/dtmcli/dtmimp"
"github.com/dtm-labs/dtm/dtmsvr" "github.com/dtm-labs/dtm/dtmsvr"
"github.com/dtm-labs/dtm/dtmutil" "github.com/dtm-labs/dtm/dtmutil"
"github.com/dtm-labs/dtm/test/busi" "github.com/dtm-labs/dtm/test/busi"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"testing"
"time"
) )
func genMsgDelay(gid string) *dtmcli.Msg { func genMsgDelay(gid string) *dtmcli.Msg {

Loading…
Cancel
Save