Skip to content
Snippets Groups Projects
Commit f5b0dfb3 authored by LaurenceLiZhixin's avatar LaurenceLiZhixin
Browse files

fix: split import block

parent 56d76903
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,11 @@ package conncheck
import (
"fmt"
"github.com/apache/dubbo-go/protocol/mock"
"github.com/golang/mock/gomock"
"testing"
)
import (
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"
)
......@@ -35,6 +34,7 @@ import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/protocol"
"github.com/apache/dubbo-go/protocol/invocation"
"github.com/apache/dubbo-go/protocol/mock"
)
const (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment