Skip to content
Snippets Groups Projects
Commit b9822bdf authored by 邹毅贤's avatar 邹毅贤
Browse files

fix review problems

parent ba9e07d7
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,13 @@ limitations under the License.
package apollo
import (
"github.com/apache/dubbo-go/config_center/parser"
"sync"
)
import (
"github.com/apache/dubbo-go/config_center/parser"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/extension"
......
......@@ -26,6 +26,10 @@ import (
"testing"
)
import (
"github.com/stretchr/testify/assert"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/config"
......@@ -34,10 +38,6 @@ import (
"github.com/apache/dubbo-go/remoting"
)
import (
"github.com/stretchr/testify/assert"
)
const (
mockAppId = "testApplication_yang"
mockCluster = "dev"
......
......@@ -18,11 +18,11 @@ limitations under the License.
package apollo
import (
"github.com/apache/dubbo-go/config_center"
"github.com/zouyx/agollo"
)
import (
"github.com/zouyx/agollo"
"github.com/apache/dubbo-go/config_center"
)
type apolloListener struct {
......
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