Refactor StorageMap to BlobList

This commit is contained in:
Alexander Neumann
2014-11-21 21:21:44 +01:00
parent d594cd89b7
commit d1e4431514
10 changed files with 285 additions and 111 deletions

View File

@@ -1,7 +1,6 @@
.PHONY: clean all test
test:
go test -race ./...
for dir in cmd/* ; do \
(cd "$$dir"; go build -race) \
done