ソースを参照

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"
 )