Commit Graph

12 Commits

Author SHA1 Message Date
Scott Kay c35cfb2c1f Nilablity Update w/ Rules (#10) 2023-08-17 17:58:18 -04:00
Scott Kay 53ac1b9ca7 ORTB + AdCOM 202303 Updates (#8)
* ORTB + AdCOM 202303 Updates

* Bump Major Version

* Copy Paste Errors

* Fix Mod File

* Keep On 1.16

* Revert Go Mod Version

* Rename plcmnt to plcmt To Align With Native

* Final Spec Updates

* Fix VideoPlcmtNoContent

* Update Category Taxonomies
2023-04-12 08:54:55 -04:00
Scott Kay 3936c7cc40 Fix Module Version (#6) 2023-02-22 14:48:40 -05:00
Scott Kay a5ab1652b1 Continue From v17.0.0 2022-10-03 14:19:07 -04:00
Scott Kay 0932c3305a Change Repo Path + Reset Version 2022-09-28 23:28:04 -04:00
mxmCherry de6f64c28e hk: update v16 -> v17 2022-09-02 17:49:25 +03:00
Scott Kay a8fef21c3b Increment Version 2022-05-11 17:08:34 -04:00
mxmCherry 0dc23e6747 hk: prepare v15 release 2021-04-12 19:27:16 +03:00
mxmCherry 3855899d4b v14: fix go module
https://blog.golang.org/v2-go-modules

Roughly, just a:

```shell
find -type f -iname '*.go' | xargs -I {} sed -i 's/mxmCherry\/openrtb/mxmCherry\/openrtb\/v14/g' {}
find -type f -iname '*.go' | xargs -I {} goimports -w {}
```

Also, point to pkg.go.dev for documentation (old godoc.org badge kept kill pkg.go.dev provides its own).
2020-03-01 15:05:53 +02:00
Max Cherry f108136ffc cosmetics: make sure that every Go pkg README has godoc badge 2018-12-30 13:36:39 +02:00
Max Cherry b989bef12c README polishing 2018-12-28 14:32:28 +02:00
Max Cherry 04c4bdadad adcom1: README 2018-12-24 18:10:12 +02:00