infobloxopen / atlas-cli

Apache License 2.0
14 stars 45 forks source link

Incorrect import path #24

Closed fi0 closed 5 years ago

fi0 commented 5 years ago

in service.poroto, import "google/api/annotations.proto"; was generated

But import _ "google.golang.org/genproto/googleapis/api/annotations" should be generated instead.