Sfoglia il codice sorgente

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

ngjaying 3 anni fa
parent
commit
fd605b0758
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"
 )