[go-nuts] Unmarshal unknown fields into json.RawMessage

2017-08-23 Thread Karthik Rajagopalan
Hi Folks, In unmarshaling json, I like to retain the unknown fields as json.RawMessage and just decode the known fields. Is it possible through json tag? type Decode struct { Etag string `json:"etag"` ContentLength int `json:"contentLength"` UnknownFields *json.RawMessage } -Kar

[go-nuts] recommended push notification library for Go

2016-07-28 Thread Karthik Rajagopalan
Hi Folks, I am looking for a library which can be integrated with backend server written in Go to handle push notification to mobile devices. Can you folks share your experience on available options for Go? -Karthik -- You received this message because you are subscribed to the Google Groups