go-dproxy icon indicating copy to clipboard operation
go-dproxy copied to clipboard

query by reflection

Open koron opened this issue 8 years ago • 1 comments

いまは map[string]interface{}[]interface{} にしか対応していないが、 リフレクションを使えば普通の構造体や配列も M(string), A(int) できるはず。

koron avatar Jun 26 '16 08:06 koron

I tried this on https://github.com/koron/go-dproxy/tree/reflect-proxy branch.

koron avatar May 24 '18 02:05 koron