Add new logging connectors

This commit is contained in:
Harshavardhana
2015-10-19 23:03:01 -07:00
parent d20842fc52
commit 469a3475b6
48 changed files with 21834 additions and 7 deletions

5
vendor/gopkg.in/mgo.v2/Makefile generated vendored Normal file
View File

@@ -0,0 +1,5 @@
startdb:
@testdb/setup.sh start
stopdb:
@testdb/setup.sh stop