bsm / openrtb

OpenRTB protocol defintions for Go
Other
288 stars 121 forks source link

switch back custom Extension to json.RawMessage #63

Closed mxmCherry closed 5 years ago

mxmCherry commented 5 years ago

It's marshaling non-pointers fine as of Go 1.8: https://golang.org/doc/go1.8#encoding_json

mxmCherry commented 5 years ago

I consider this a breaking change, so suggest a new release, ideally - major version bump.