Skip to content
Snippets Groups Projects
Commit a5da721a authored by flycash's avatar flycash
Browse files

rename service => service discovery

parent 682f4059
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 7 deletions
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
package extension package extension
import ( import (
"github.com/apache/dubbo-go/registry/service/instance" "github.com/apache/dubbo-go/registry/servicediscovery/instance"
perrors "github.com/pkg/errors" perrors "github.com/pkg/errors"
) )
......
...@@ -21,7 +21,7 @@ import ( ...@@ -21,7 +21,7 @@ import (
"github.com/apache/dubbo-go/common" "github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/extension" "github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/registry" "github.com/apache/dubbo-go/registry"
"github.com/apache/dubbo-go/registry/service/instance" "github.com/apache/dubbo-go/registry/servicediscovery/instance"
"math/rand" "math/rand"
"time" "time"
) )
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package service package servicediscovery
import ( import (
"bytes" "bytes"
...@@ -29,8 +29,8 @@ import ( ...@@ -29,8 +29,8 @@ import (
"github.com/apache/dubbo-go/metadata/service" "github.com/apache/dubbo-go/metadata/service"
"github.com/apache/dubbo-go/metadata/service/inmemory" "github.com/apache/dubbo-go/metadata/service/inmemory"
"github.com/apache/dubbo-go/registry" "github.com/apache/dubbo-go/registry"
"github.com/apache/dubbo-go/registry/service/proxy" "github.com/apache/dubbo-go/registry/servicediscovery/proxy"
"github.com/apache/dubbo-go/registry/service/synthesizer" "github.com/apache/dubbo-go/registry/servicediscovery/synthesizer"
"github.com/apache/dubbo-go/remoting" "github.com/apache/dubbo-go/remoting"
gxset "github.com/dubbogo/gost/container/set" gxset "github.com/dubbogo/gost/container/set"
"strconv" "strconv"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package service package servicediscovery
import ( import (
"testing" "testing"
......
...@@ -21,7 +21,7 @@ import ( ...@@ -21,7 +21,7 @@ import (
"github.com/apache/dubbo-go/common" "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/registry" "github.com/apache/dubbo-go/registry"
"github.com/apache/dubbo-go/registry/service/synthesizer" "github.com/apache/dubbo-go/registry/servicediscovery/synthesizer"
"net/url" "net/url"
"strings" "strings"
) )
......
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