From c643d35affe9cba3f0c0841f71dcd41f28882cff Mon Sep 17 00:00:00 2001 From: Max Cherry Date: Sun, 25 Jun 2017 12:14:26 +0300 Subject: [PATCH] README: removed "done" TODO items --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9cab8b0..259fbc2 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,6 @@ Master always contains latest code, so better use some package manager to vendor # TODO -- [x] OpenRTB 2.5 compliance ([specs](http://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf)) -- [x] Review time/duration types, use `int64` for easier [time](https://golang.org/pkg/time/) conversion (requires major version bump) -- [x] Review enum types - make sure they use large enough type to cover all the items -- [x] Copy test examples from OpenRTB 2.5 - [ ] Review all integral types, probably, switch everything to signed ones or just to `int`? - [ ] Consider switching back to `encoding/json.RawMessage`, as Go 1.8 fixed serialisation for non-ptr (probably, when Go 1.9 or even 1.10 is out) - [ ] Review enum types (typed enum attributes + constants)