drop unnecessary test
This commit is contained in:
parent
67f7183b85
commit
9d5e97ac8a
3
parse.go
3
parse.go
|
@ -213,9 +213,6 @@ func NewParser(config Config, dests ...interface{}) (*Parser, error) {
|
||||||
for _, spec := range cmd.specs {
|
for _, spec := range cmd.specs {
|
||||||
// get the value
|
// get the value
|
||||||
v := p.val(spec.dest)
|
v := p.val(spec.dest)
|
||||||
if !v.IsValid() {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
// if the value is the "zero value" (e.g. nil pointer, empty struct) then ignore
|
// if the value is the "zero value" (e.g. nil pointer, empty struct) then ignore
|
||||||
if isZero(v) {
|
if isZero(v) {
|
||||||
|
|
Loading…
Reference in New Issue