Commit Graph

18 Commits

Author SHA1 Message Date
Scott Kay 53b2d0defd Fix More Object Pointers 2022-05-13 00:34:05 -04:00
Scott Kay 6ed3abe740 Fix Tests - Object Pointer Mistake 2022-05-13 00:24:39 -04:00
Scott Kay c2e87c88f8 Check Keyword Descriptions 2022-05-13 00:21:13 -04:00
Scott Kay 09cdad9668 Self Review 2022-05-13 00:13:02 -04:00
Scott Kay fc839da51d Self Review Pass 2022-05-12 23:49:01 -04:00
Scott Kay b3b9d66158 AdCOM Fields Added For OpenRTB 2.6 Parity 2022-05-12 23:33:01 -04:00
Scott Kay 4b4474f897 Main OpenRTB 2.6 Changes 2022-05-12 21:59:35 -04: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 73756b9686 cosmetics: polishing godoc package comments 2018-12-30 13:27:40 +02:00
Max Cherry aad0abdd75 types: fix openrtb2 ptr helpers 2018-12-30 12:47:22 +02:00
Max Cherry 1efc868257 types: actually, better stick to int64 instead of just int
At least, it's more convenient to use with time std pkg.
Also, API implementations better never rely on machine-dependent types.
2018-12-30 12:42:52 +02:00
Max Cherry ca66729d83 types: get rid of uint64 (int will do) 2018-12-30 12:39:11 +02:00
Max Cherry 625dbccd47 README grooming + fixed godoc links 2018-12-28 15:50:07 +02:00
Max Cherry b989bef12c README polishing 2018-12-28 14:32:28 +02:00
Max Cherry 1459501aaf move everything from root package to openrtb2/native1 subpackages 2018-12-28 13:58:41 +02:00