554325746@qq.com
2020-02-06 201ba0c95333cb07be9f955a936cd06a929e2e8f
change golang/protobuf to gogo/protobuf
2个文件已修改
4 ■■■■ 已修改文件
es.pb.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
facedetect.pb.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
es.pb.go
@@ -5,7 +5,7 @@
import (
    fmt "fmt"
    proto "github.com/golang/protobuf/proto"
    proto "github.com/gogo/protobuf/proto"
    math "math"
)
facedetect.pb.go
@@ -6,7 +6,7 @@
import (
    context "context"
    fmt "fmt"
    proto "github.com/golang/protobuf/proto"
    proto "github.com/gogo/protobuf/proto"
    grpc "google.golang.org/grpc"
    codes "google.golang.org/grpc/codes"
    status "google.golang.org/grpc/status"