vsphere-influxdb-go/vendor/github.com/influxdata/influxdb/pkg
Adrian Todorov a59409f16b add vendoring with go dep 2017-10-25 20:52:40 +00:00
..
bloom add vendoring with go dep 2017-10-25 20:52:40 +00:00
bytesutil add vendoring with go dep 2017-10-25 20:52:40 +00:00
deep add vendoring with go dep 2017-10-25 20:52:40 +00:00
escape add vendoring with go dep 2017-10-25 20:52:40 +00:00
estimator add vendoring with go dep 2017-10-25 20:52:40 +00:00
limiter add vendoring with go dep 2017-10-25 20:52:40 +00:00
mmap add vendoring with go dep 2017-10-25 20:52:40 +00:00
pool add vendoring with go dep 2017-10-25 20:52:40 +00:00
rhh add vendoring with go dep 2017-10-25 20:52:40 +00:00
slices add vendoring with go dep 2017-10-25 20:52:40 +00:00
README.md add vendoring with go dep 2017-10-25 20:52:40 +00:00

README.md

pkg/ is a collection of utility packages used by the InfluxDB project without being specific to its internals.

Utility packages are kept separate from the InfluxDB core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the InfluxDB organization, to facilitate re-use by other projects. However that is not the priority.

Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!