Skip to content

Commit

Permalink
Update decoder.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller authored Nov 5, 2024
1 parent cdf859a commit 782b781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func UnmarshalDontErrorOnDuplicates(bs []byte, v interface{}) error {
// Decode reads the given input and decodes it into the structure
// given by `out`.
func Decode(out interface{}, in string) error {
panic("what")
return decode(out, in, true)
}

Expand Down

0 comments on commit 782b781

Please sign in to comment.