Kiyor | | Created: 08-25-15 07:24:48, Last Update: 08-28-15 11:18:50
golang 1.5 在常用的net/http包里新增了Request.Cancel, 导致原来可以直接把request给json化的方式出现了json: unsupported type: <-chan struct {}. 在debug的时候看不到请求了. 解决方式也十分坑…
net/http
json: unsupported type: <-chan struct {}
type Req struct {
Category: none
Tags: golang 坑