vitess-gh/go
Ammar Aijazi 8381fb9d0b Merge pull request #1077 from aaijazi/aaijazi_vtgate_error_tests
Fix for ShardConn not propagating error codes
2015-09-04 18:08:44 -07:00
..
acl
bson bson: Allow decoding int64 into int32. 2015-08-22 16:06:28 -07:00
bufio2
bytes2
cache
cacheservice
cgzip
cmd tabletserver: SqlQuery -> TabletServer 2015-09-03 23:21:30 -07:00
event
executil
exit
fileutil
flagutil
hack
history
ioutil2
memcache
mysql Fix some golint errors; Sql => SQL 2015-08-30 17:04:40 -07:00
netutil netutil: Do not capitalize and use punctions in error messages as preferred by the common Go lang style guide. 2015-08-22 13:22:43 -07:00
pools Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00
proc Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00
ratelimiter
rpcplus Removing SASL over BSON support. 2015-09-01 09:15:37 -07:00
rpcwrap Removing SASL over BSON support. 2015-09-01 09:15:37 -07:00
sqldb Fix some golint errors; Sql => SQL 2015-08-30 17:04:40 -07:00
sqltypes
stats
streamlog Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00
sync2 Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00
tb
terminal
testfiles
timer Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00
trace
vt Merge pull request #1077 from aaijazi/aaijazi_vtgate_error_tests 2015-09-04 18:08:44 -07:00
zk fakezk: Don't return pointers to internal structures. 2015-08-26 00:58:45 -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.