vitess-gh/go
Alain Jobart 1da6040140 Fixing worker to not use the first character of a number
to see if it's negative, but use the new flags we have.
2015-06-26 16:49:42 -07:00
..
acl
bson
bufio2
bytes2
cache
cacheservice add CacheService interface 2015-03-27 17:45:58 -07:00
cgzip
cmd Adding grpc tm plugins. 2015-06-26 14:55:49 -07:00
db
event
executil
exit exit package: Clarified package description. 2015-06-24 12:08:59 +02:00
fileutil
flagutil
hack
history
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 Fixing worker to not use the first character of a number 2015-06-26 16:49:42 -07:00
netutil
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
sqldb add sqldb.Conn interface for low level db connection 2015-03-24 15:31:11 -07:00
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
sync2 Enable fail-fast test and other fixes. 2015-02-18 11:47:18 -08:00
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 Fixing worker to not use the first character of a number 2015-06-26 16:49:42 -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.