浏览代码

fix(services): need to import google api http options or may have resolve issue

ngjaying 3 年之前
父节点
当前提交
fd605b0758
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      services/schema.go

+ 1 - 0
services/schema.go

@@ -10,6 +10,7 @@ import (
 	"github.com/jhump/protoreflect/desc"
 	"github.com/jhump/protoreflect/desc/protoparse"
 	"github.com/jhump/protoreflect/dynamic"
+	_ "google.golang.org/genproto/googleapis/api/annotations"
 	"sync"
 )