README: removed "done" TODO items

This commit is contained in:
Max Cherry
2017-06-25 12:14:26 +03:00
parent 4574bb1724
commit c643d35aff
-4
View File
@@ -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)