Ver código fonte

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

ngjaying 3 anos atrás
pai
commit
fd605b0758
1 arquivos alterados com 1 adições e 0 exclusões
  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"
 )