You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phone_number.proto: Files that do not use optimize_for = LITE_RUNTIME cannot import files which do use this option. This file is not lite, but it imports "github.com/nyaruka/phonenumbers/phonenumber.proto" which is.
I really like that protos are available, but it would be nice to be able to reuse your proto files that don't use LITE_RUNTIME.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to include a
phonenumbers.PhoneNumber
proto in another proto file (a v3 file that is not usingLITE_RUNTIME
) like so:but i'm getting an error when compiling to go:
I really like that protos are available, but it would be nice to be able to reuse your proto files that don't use
LITE_RUNTIME
.The text was updated successfully, but these errors were encountered: