Refactor plugin registration

This commit is contained in:
Leonid Bugaev
2014-10-25 21:08:54 +04:00
parent abc44c2fa5
commit 4cf3bf0ae4
3 changed files with 76 additions and 10 deletions
+4 -1
View File
@@ -12,7 +12,10 @@ dbuild:
docker build -t gor .
dtest:
docker run -v `pwd`:/gopath/src/gor -t -i --env GORACE="halt_on_error=1" gor go test -race -v
docker run -v `pwd`:/gopath/src/gor -t -i --env GORACE="halt_on_error=1" gor go test $(ARGS) -race -v
dfmt:
docker run -v `pwd`:/gopath/src/gor -t -i gor go fmt
dbench:
docker run -v `pwd`:/gopath/src/gor -t -i gor go test -v -run NOT_EXISTING -bench HTTP