File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1010 - 1.2
1111 - 1.3
1212 - 1.4
13- - tip
13+ - tip
14+
15+ before_install :
16+ - go get github.com/axw/gocov/gocov
17+ - go get github.com/mattn/goveralls
18+ - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
19+ script :
20+ - $HOME/gopath/bin/goveralls -service=travis-ci
Original file line number Diff line number Diff line change 11Package validator
22================
33[ ![ Build Status] ( https://travis-ci.org/bluesuncorp/validator.svg?branch=v5.1 )] ( https://travis-ci.org/bluesuncorp/validator )
4+ [ ![ Coverage Status] ( https://coveralls.io/repos/bluesuncorp/validator/badge.svg?branch=v5 )] ( https://coveralls.io/r/bluesuncorp/validator?branch=v5 )
45[ ![ GoDoc] ( https://godoc.org/gopkg.in/bluesuncorp/validator.v5?status.svg )] ( https://godoc.org/gopkg.in/bluesuncorp/validator.v5 )
56
67Package validator implements value validations for structs and individual fields based on tags.
You can’t perform that action at this time.
0 commit comments