Open prataprc opened 7 years ago
FailsafeRequest and FailsafePost can be localized as gen-server methods. That way we can be specific about the channel type instead of typing it as chan []interface{}.
chan []interface{}
ResponseError can also be localized to gen-server routine.
FailsafeRequest and FailsafePost can be localized as gen-server methods. That way we can be specific about the channel type instead of typing it as
chan []interface{}
.