# Packages
No description provided by the author
No description provided by the author
Package cache implements a LRU cache.
Package event provides a reflect-based framework for low-frequency global
dispatching of events, which are values of any arbitrary type, to a set of
listener functions, which are usually registered by plugin packages during init().
Package hack gives you some efficient functionality at the cost of breaking some Go rules.
Package mysql is a library to support MySQL binary protocol, both client and server sides.
Package netutil contains network-related utility functions.
Package sqltypes implements interfaces and types that represent SQL values.
Package stats is a wrapper for expvar.
Package sync2 provides extra functionality along the same lines as sync.
Package tb exposes some handy traceback functionality buried in the runtime.
No description provided by the author