Missing case reflect.Bool: in decode.go
Bug #883849 reported by
Erik Unger
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| gobson |
Fix Committed
|
High
|
Gustavo Niemeyer | ||
Bug Description
decode.go line 547:
case reflect.Bool:
switch inv.Kind() {
case reflect.Bool: // Erik: inserted missing case
out.
return true
| Changed in gobson: | |
| assignee: | nobody → Gustavo Niemeyer (niemeyer) |
To post a comment you must log in.
Thanks, will get the problem tested and fixed.