소스 검색

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