Skip to content

Commit

Permalink
README: declare Go 1.8+ support only
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmCherry authored Mar 4, 2018
1 parent 089b8f5 commit cad7d7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Also includes [OpenRTB](https://www.iab.com/guidelines/real-time-bidding-rtb-pro
- [5 Native Ad Response Markup Details](native/response/)
- [7 Reference Lists/Enumerations](native/)

**Requires Go 1.8+**

Go 1.8+ is needed for proper `Ext json.RawMessage` marshaling: non-pointer `json.RawMessage` is marshaled as base64 string prior to Go 1.8.

This library uses `json.RawMessage` since [v10.0.0](https://github.com/mxmCherry/openrtb/releases/tag/v10.0.0).

# Using

```bash
Expand Down

0 comments on commit cad7d7d

Please sign in to comment.