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 40b43be commit 98a11deCopy full SHA for 98a11de
.travis.yml
@@ -9,8 +9,8 @@ go:
9
- 1.13.x
10
11
# Environment variables
12
-#env:
13
-# - GO111MODULE=on
+env:
+ - GO111MODULE=on
14
15
# Only clone the most recent commit
16
git:
@@ -28,4 +28,4 @@ before_script:
28
script:
29
- golint
30
- go test -v ./...
31
- #- go vet (skipping for now since validation_test.go has an issue)
+ - go vet -copylocks=false
go.mod
@@ -0,0 +1,3 @@
1
+module github.com/mrz1836/go-validate
2
+
3
+go 1.13
0 commit comments