# Packages
Package bandwidth provides utilities for bandwidth shaping.
Package config provides utility objects for decoupling sources of configuration and the actual configuration state.
Package errors implements various utility functions and types around errors.
Package exec provides an injectable interface and implementations for running commands.
No description provided by the author
Package flushwriter implements a wrapper for a writer that flushes on every write if that writer implements the io.Flusher interface.
Package httpstream adds multiplexed streaming support to HTTP requests and responses via connection upgrades.
Package iptables provides an interface and implementations for running iptables commands.
package jsonpath is a template engine using jsonpath syntax, which can be seen at http://goessner.net/articles/JsonPath/.
TODO(thockin): This whole pkg is pretty linux-centric.
No description provided by the author
Package oom implements utility functions relating to out of memory management.
No description provided by the author
Package procfs implements utility functions relating to the /proc mount.
Package proxy provides transport and upgrade support for proxies.
Package rand provides utilities related to randomization.
Package slice provides utility methods for common operations on slices.
No description provided by the author
Package wait provides tools for polling or listening for changes to a condition.
Package workqueue provides a simple queue that supports the following features: * Fair: items processed in the order in which they are added.
No description provided by the author