Skip to content
Snippets Groups Projects
Commit 7521e216 authored by haungjindie's avatar haungjindie
Browse files

move 3rd import block

parent afe13e13
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ package config
import (
"bytes"
"github.com/apache/dubbo-go/common/yaml"
"reflect"
"strconv"
"strings"
......@@ -32,6 +31,7 @@ import (
import (
"github.com/apache/dubbo-go/common/config"
"github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/common/yaml"
)
// BaseConfig is the common configuration for provider and consumer
......
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