influxdb/influxql/internal
Edd Robinson dfee15bd19 Scopes influxql Protobuf package to prevent clashes
Fixes #6211.

In Go-land packages with the same name, e.g., internal, do not clash
with each other when they're in different parts of the project. However
with protobufs definitions will clash if they share the same package
name.

This commit renames the influxql protobuf package to `influxql` to
avoid a clash with a message definition in another protobuf package
called internal. Go package aliases allow us to continue to refer to the
internal package as `internal` rather than `influxql`.
2016-04-05 13:36:47 +01:00
..
internal.pb.go Scopes influxql Protobuf package to prevent clashes 2016-04-05 13:36:47 +01:00
internal.proto Scopes influxql Protobuf package to prevent clashes 2016-04-05 13:36:47 +01:00