Add MySQL support

This commit is contained in:
Adrian Macneil 2015-11-30 22:05:23 -08:00
parent 5211670904
commit c402613c6c
7 changed files with 399 additions and 6 deletions

View file

@ -11,4 +11,4 @@ lint:
$(DOCKER) errcheck ./...
test:
$(DOCKER) go test -p=1 -v ./...
$(DOCKER) go test -p 1 -v ./...