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 e6528f9 commit eaa41cdCopy full SHA for eaa41cd
.travis.yml
@@ -0,0 +1,9 @@
1
+language: go
2
+go:
3
+ - 1.x
4
+install:
5
+ - # Prevent default install action "go get -t -v ./...".
6
+script:
7
+ - go get -t -v ./...
8
+ - go tool vet .
9
+ - go test -v -race ./...
README.md
@@ -1,5 +1,7 @@
[](https://goreportcard.com/report/github.com/go-toolsmith/strparse)
[](https://godoc.org/github.com/go-toolsmith/strparse)
+[](https://travis-ci.org/go-toolsmith/strparse)
+
# strparse
0 commit comments