Closed fi0 closed 5 years ago
in service.poroto, import "google/api/annotations.proto"; was generated
import "google/api/annotations.proto";
But import _ "google.golang.org/genproto/googleapis/api/annotations" should be generated instead.
import _ "google.golang.org/genproto/googleapis/api/annotations"
in service.poroto,
import "google/api/annotations.proto";
was generatedBut
import _ "google.golang.org/genproto/googleapis/api/annotations"
should be generated instead.