vendor: spf13/pflags v1.0.0

This commit is contained in:
Anthony Romano
2017-08-19 18:38:34 -07:00
parent c1b7e78c60
commit 8a956459d8
25 changed files with 995 additions and 196 deletions

View File

@ -27,8 +27,6 @@ func (*ipNetValue) Type() string {
return "ipNet"
}
var _ = strings.TrimSpace
func newIPNetValue(val net.IPNet, p *net.IPNet) *ipNetValue {
*p = val
return (*ipNetValue)(p)