Remove unnecessary C code and use everything from Golang

This commit is contained in:
Harshavardhana
2014-12-01 21:07:55 -08:00
parent 59c1197f47
commit 3a6cac8ada
5 changed files with 21 additions and 185 deletions

View File

@@ -8,4 +8,4 @@ test: build
@godep go test -race -coverprofile=cover.out
clean:
@rm -v TESTFILE.* cover.out
@rm -fv TESTFILE.* TESTPREFIX.* cover.out