We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afddd0 commit b499075Copy full SHA for b499075
Makefile
@@ -89,7 +89,7 @@ bin/csvcleaner$(EXT): datatools.go cmds/csvcleaner/csvcleaner.go
89
bin/string$(EXT): datatools.go cmds/string/string.go
90
go build -o bin/string$(EXT) cmds/string/string.go
91
92
-test:
+test: build
93
go test
94
bash test_cmds.bash
95
datatools.go
@@ -34,7 +34,7 @@ import (
34
)
35
36
const (
37
- Version = `v0.0.23-pre`
+ Version = `v0.0.24-pre`
38
39
LicenseText = `
40
%s %s
0 commit comments