There was an error while loading. Please reload this page.
1 parent 70128ca commit fcad071Copy full SHA for fcad071
decode.go
@@ -22,7 +22,6 @@ func DecodeHeader(header http.Header, v interface{}) error {
22
val := reflect.ValueOf(v)
23
for val.Kind() == reflect.Ptr {
24
val = val.Elem()
25
-fmt.Println(val.Kind())
26
}
27
28
if val.Kind() != reflect.Struct {
0 commit comments