Skip to content
Snippets Groups Projects
Commit ce38a2f0 authored by fangyincheng's avatar fangyincheng
Browse files

Mod:format

parent ab44e625
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,13 @@ import (
"testing"
)
import (
"github.com/stretchr/testify/assert"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/protocol"
"github.com/stretchr/testify/assert"
)
func Test_GetProxy(t *testing.T) {
......
......@@ -24,10 +24,13 @@ import (
)
import (
"github.com/apache/dubbo-go/common/constant"
"github.com/stretchr/testify/assert"
)
import (
"github.com/apache/dubbo-go/common/constant"
)
func TestNewURLWithOptions(t *testing.T) {
methods := []string{"Methodone,methodtwo"}
params := url.Values{}
......
......@@ -19,7 +19,6 @@ package config
import (
"fmt"
"github.com/apache/dubbo-go/common"
"io/ioutil"
"log"
"os"
......@@ -34,6 +33,7 @@ import (
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/version"
......
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