Skip to content
Snippets Groups Projects
Commit 627f8e6e authored by flixgithub's avatar flixgithub
Browse files

split package

parent 2bbf87f8
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,12 @@ limitations under the License.
package grpc
import (
"github.com/opentracing/opentracing-go"
"reflect"
)
import (
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/opentracing/opentracing-go"
)
import (
......
......@@ -19,13 +19,13 @@ package grpc
import (
"fmt"
"github.com/opentracing/opentracing-go"
"net"
"reflect"
)
import (
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/opentracing/opentracing-go"
)
import (
......
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