changeset 59 | be6815a9653a |
parent 52 | 9b664fde0ec3 |
child 60 | 6d4f43f7dc19 |
--- a/structs.go Thu Jan 05 23:19:42 2012 -0700 +++ b/structs.go Sat Jan 07 20:41:16 2012 -0700 @@ -94,6 +94,7 @@ // A nested error element, if any. GetError() *Error // A (non-error) nested element, if any. + // BUG(cjyar) This should return a slice. GetNested() interface{} setNested(interface{}) generic() *Generic