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 ( ...@@ -21,10 +21,13 @@ import (
"testing" "testing"
) )
import (
"github.com/stretchr/testify/assert"
)
import ( import (
"github.com/apache/dubbo-go/common" "github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/protocol" "github.com/apache/dubbo-go/protocol"
"github.com/stretchr/testify/assert"
) )
func Test_GetProxy(t *testing.T) { func Test_GetProxy(t *testing.T) {
......
...@@ -24,10 +24,13 @@ import ( ...@@ -24,10 +24,13 @@ import (
) )
import ( import (
"github.com/apache/dubbo-go/common/constant"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )
import (
"github.com/apache/dubbo-go/common/constant"
)
func TestNewURLWithOptions(t *testing.T) { func TestNewURLWithOptions(t *testing.T) {
methods := []string{"Methodone,methodtwo"} methods := []string{"Methodone,methodtwo"}
params := url.Values{} params := url.Values{}
......
...@@ -19,7 +19,6 @@ package config ...@@ -19,7 +19,6 @@ package config
import ( import (
"fmt" "fmt"
"github.com/apache/dubbo-go/common"
"io/ioutil" "io/ioutil"
"log" "log"
"os" "os"
...@@ -34,6 +33,7 @@ import ( ...@@ -34,6 +33,7 @@ import (
) )
import ( import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/constant" "github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/logger" "github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/version" "github.com/apache/dubbo-go/version"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment