Skip to content

Commit

Permalink
go vet: remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-dartigues committed May 15, 2024
1 parent f45c5de commit 60d24be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion decoder/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -558,5 +558,4 @@ func convertStringValue(defVal string, vField reflect.Value) (interface{}, error
}
return defVal, nil
}
return "", NewErrTypeNotSupported(vField)
}

0 comments on commit 60d24be

Please sign in to comment.