1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2025-07-31 11:20:30 +00:00

vendoring sources, for posterity sake

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-03-11 15:31:42 -04:00
parent e06074e25a
commit 3c732c3b43
Signed by: vbatts
GPG key ID: 10937E57733F1362
416 changed files with 248911 additions and 2 deletions

5
vendor/labix.org/v2/mgo/Makefile generated vendored Normal file
View file

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