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
The generic filename internal/internal.proto can create panics on startup due to protocol buffers namespace conflicts when influxql is included in projects that have modules with a internal/internal.proto file.
Rename generic name of .proto file to avoid conflicts when used in projects that also
happen to have a file named `internal/internal.proto` in any modules.
closes: #67
* fix: prevent panics due to protocol buffer namespace conflicts
Rename generic name of .proto file to avoid conflicts when used in projects that also
happen to have a file named `internal/internal.proto` in any modules.
Also updates go_package option to recommended value.
closes: #67
The generic filename
internal/internal.proto
can create panics on startup due to protocol buffers namespace conflicts when influxql is included in projects that have modules with ainternal/internal.proto
file.Error message:
For more context on this error, see golang/protobuf#1122.
The text was updated successfully, but these errors were encountered: