1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

Adding dependency

This commit is contained in:
orb li
2019-10-09 16:48:45 +08:00
committed by GitHub
parent 88ef785127
commit 226d55d752

View File

@@ -6,6 +6,7 @@ import (
"crypto/tls" "crypto/tls"
"github.com/micro/go-micro/client" "github.com/micro/go-micro/client"
"google.golang.org/grpc"
"google.golang.org/grpc/encoding" "google.golang.org/grpc/encoding"
) )