vitess-gh/go
Jeff (Zhefu) Jiang ee30a34b96 fix comments 2015-07-20 11:55:46 -07:00
..
acl
bson
bufio2
bytes2
cache
cacheservice
cgzip
cmd web/vtctld: Hook up actions in new interface. 2015-07-15 16:12:13 -07:00
db
event
executil
exit exit package: Clarified package description. 2015-06-24 12:08:59 +02:00
fileutil
flagutil
hack
history
ioutil2
jscfg
memcache
mysql Adding proto3 and grpc code for update stream, now that API is good. 2015-07-10 15:20:43 -07:00
netutil
pools Removing TryGet from conn pool, seems unused. 2015-05-27 10:07:21 -07:00
proc
ratelimiter
rpcplus code.google.com/p/goprotobuf has moved to GitHub 2015-05-05 14:33:10 -07:00
rpcwrap
sqldb
sqltypes Make vtctl print human-readable QueryResults. 2015-06-25 14:57:39 -07:00
stats Initialize ExternalReparents timings to 0. 2015-06-15 16:42:11 -07:00
streamlog Fixing test flakiness. 2015-07-17 14:07:48 -07:00
sync2
tb
terminal
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
vt fix comments 2015-07-20 11:55:46 -07:00
zk Fix for thread sanetizer-reported issue. 2015-06-19 11:50:28 -07:00
README.md

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.