Enable way to split files at input bytes

This commit is contained in:
Harshavardhana
2014-11-18 02:09:50 -08:00
parent 2bea464c32
commit 67e9a27b34
8 changed files with 245 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
all: build test
.PHONY: all
build:
@godep go build
test: build
@godep go test -race -coverprofile=cover.out
clean:
@rm -v TESTFILE.* cover.out