vitess-gh/go
Sugu Sougoumarane 16f50123f2 tabletserver: fetch memcached path from vttest
The path was previously hardcoded in a non-customizable file. It's
now moved to environment.go.
2015-09-26 11:57:58 -07:00
..
acl
bson bson: Allow decoding int64 into int32. 2015-08-22 16:06:28 -07:00
bufio2
bytes2
cache tabletserver: stats should not reorder query plans 2015-09-12 13:17:37 -07:00
cacheservice
cgzip Fix cgzip for new GC in Go 1.5. 2015-07-31 17:20:52 -07:00
cmd queryctl: QueryServiceControl -> Controller 2015-09-25 00:40:57 -07:00
event
executil
exit Fix package comment in go/exit. 2015-09-24 09:11:24 -07:00
fileutil
flagutil
hack go 1.5 prep 2015-07-31 09:10:57 -07:00
history
ioutil2
memcache go 1.5 prep 2015-07-31 09:10:57 -07:00
mysql tabletserver test: Fix up faking scheme 2015-09-22 16:28:44 -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 fakesqldb: fix other usage 2015-09-22 22:03:03 -07:00
sqltypes make SplitQuery support VARBINARY column. 2015-08-17 11:08:26 -07:00
stats tabletserver: precreate some stats labels 2015-09-12 23:19:30 -07:00
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 tabletserver: fetch memcached path from vttest 2015-09-26 11:57:58 -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.