Add filesystem factory functions and add related cli options

This commit is contained in:
Harshavardhana
2015-05-30 03:22:25 -07:00
parent 0cc63706bb
commit 82a0eac659
3 changed files with 50 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ lint:
cyclo:
@echo "Running $@:"
@test -z "$$(gocyclo -over 16 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
@test -z "$$(gocyclo -over 19 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
pre-build:
@echo "Running pre-build:"