Skip to content
Snippets Groups Projects
Commit 3cd5fabc authored by william feng's avatar william feng
Browse files

revert the import block

parent 6f321a20
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,12 @@ import (
"strings"
"sync"
"time"
)
import (
"github.com/prometheus/client_golang/prometheus"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/extension"
......@@ -31,7 +36,6 @@ import (
"github.com/apache/dubbo-go/config"
"github.com/apache/dubbo-go/metrics"
"github.com/apache/dubbo-go/protocol"
"github.com/prometheus/client_golang/prometheus"
)
const (
......
......@@ -20,7 +20,8 @@ package metrics
import (
"context"
"time"
)
import (
"github.com/apache/dubbo-go/protocol"
)
......
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