Codebase list golang-github-go-playground-validator-v10 / 0e7326e
Merge pull request #93 from bluesuncorp/v5 Merge latest badge changes to development Dean Karn 8 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 - 1.2
1010 - 1.3
1111 - 1.4
12 - tip
12 - tip
13
14 before_install:
15 - go get github.com/axw/gocov/gocov
16 - go get github.com/mattn/goveralls
17 - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
18 script:
19 - $HOME/gopath/bin/goveralls -service=travis-ci
00 Package validator
11 ================
22 [![Build Status](https://travis-ci.org/bluesuncorp/validator.svg?branch=v5.1)](https://travis-ci.org/bluesuncorp/validator)
3 [![Coverage Status](https://coveralls.io/repos/bluesuncorp/validator/badge.svg?branch=v5)](https://coveralls.io/r/bluesuncorp/validator?branch=v5)
34 [![GoDoc](https://godoc.org/gopkg.in/bluesuncorp/validator.v5?status.svg)](https://godoc.org/gopkg.in/bluesuncorp/validator.v5)
45
56 Package validator implements value validations for structs and individual fields based on tags.