vitess-gh/go
Anthony Yeh c06971eb8a Fix golint suggestions. 2015-06-04 15:04:34 -07:00
..
acl
bson Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
bufio2 Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
bytes2 Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
cache Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
cacheservice add CacheService interface 2015-03-27 17:45:58 -07:00
cgzip Avoid divide-by-zero and fix units in cgzip_test. 2014-12-23 01:48:36 -08:00
cmd Make topo EndPoints functions version-aware. 2015-06-04 14:55:43 -07:00
db Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
event typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 22:33:57 +00:00
executil Add search for processes by session id. 2014-10-05 22:47:43 -07:00
exit
fileutil Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
flagutil
hack Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
history Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
ioutil2 Remove if rename fails. Improve test slightly. 2015-03-23 18:41:35 +00:00
jscfg Another batch of golint fixes 2015-04-20 08:59:32 -07:00
memcache add CacheService interface 2015-03-27 17:45:58 -07:00
mysql Process new "Flags" MySQL field when converting a result set to Go types. 2015-05-27 13:53:45 -07:00
netutil Fix accepted port range for SplitHostPort. 2015-01-05 15:31:13 -08:00
pools Removing TryGet from conn pool, seems unused. 2015-05-27 10:07:21 -07:00
proc proc: fix flakyness in counting_listener_test 2015-03-14 16:00:59 -07:00
ratelimiter ratelimiter: RateLimiter functionality. 2015-03-31 17:51:20 -07:00
rpcplus code.google.com/p/goprotobuf has moved to GitHub 2015-05-05 14:33:10 -07:00
rpcwrap rpc: fix go lint issues without breaking the API 2015-01-02 20:23:46 -08:00
sqldb add sqldb.Conn interface for low level db connection 2015-03-24 15:31:11 -07:00
sqltypes
stats make sure queryservice not publish stats when not required 2015-04-28 15:49:46 -07:00
streamlog Don't internally drop messages in the streamlogger. 2014-12-02 18:45:09 -08:00
sync2 Enable fail-fast test and other fixes. 2015-02-18 11:47:18 -08:00
tb Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
terminal Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
testfiles Updated locate.go to fail if glob search directory does not exist. 2015-05-05 11:50:23 -06:00
timer Fix flaky rand ticker test. 2015-04-21 21:23:30 -07:00
trace Add trace.CopySpan to copy the span from one Context to another. 2015-01-05 23:22:08 -08:00
vt Fix golint suggestions. 2015-06-04 15:04:34 -07:00
zk fakezk: respect version in Delete. 2015-06-04 14:51:50 -07:00
README.md Rename .markdown to .md and move Contributing.md 2014-10-17 15:40:55 -07:00

README.md

This directory contains all the Go code for Vitess.

Most of the packages at the top level are general-purpose and are suitable for use outside Vitess. Packages that are specific to Vitess are in the vt subdirectory.

Please see GoDoc for a listing of the packages and their purposes.