File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11##Pure
22<img align =" right " src =" https://raw.githubusercontent.com/go-playground/pure/master/logo.png " >
3- ![ Project status] ( https://img.shields.io/badge/version-2.2.0 -green.svg )
3+ ![ Project status] ( https://img.shields.io/badge/version-2.2.1 -green.svg )
44[ ![ Build Status] ( https://semaphoreci.com/api/v1/joeybloggs/pure/branches/master/badge.svg )] ( https://semaphoreci.com/joeybloggs/pure )
55[ ![ Coverage Status] ( https://coveralls.io/repos/github/go-playground/pure/badge.svg?branch=master )] ( https://coveralls.io/github/go-playground/pure?branch=master )
66[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/go-playground/pure )] ( https://goreportcard.com/report/github.com/go-playground/pure )
Original file line number Diff line number Diff line change @@ -13,6 +13,5 @@ type FormDecoder interface {
1313
1414var (
1515 // DefaultDecoder is pure's default form decoder
16- DefaultDecoder = form .NewDecoder ()
17- _ FormDecoder = DefaultDecoder
16+ DefaultDecoder FormDecoder = form .NewDecoder ()
1817)
You can’t perform that action at this time.
0 commit comments