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
|
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
|
625dbccd47
|
README grooming + fixed godoc links
|
2018-12-28 15:50:07 +02:00 |
|
Max Cherry
|
210a06f0aa
|
adcom1: helper objects (object bundles) for openrtb3, tests
|
2018-12-28 15:39:16 +02:00 |
|
Max Cherry
|
b989bef12c
|
README polishing
|
2018-12-28 14:32:28 +02:00 |
|
Max Cherry
|
d066e77006
|
openrtb3: rename some files after package rename
|
2018-12-28 13:52:20 +02:00 |
|
Max Cherry
|
d0bcd50088
|
openrtb3: rename package to openrtb3 (avoid surprises)
|
2018-12-28 13:49:37 +02:00 |
|
Max Cherry
|
494004dca1
|
openrtb3: comment cosmetics
|
2018-12-28 13:41:33 +02:00 |
|
Max Cherry
|
8f645da46b
|
openrtb3: less overengineering; split types into multiple files
|
2018-12-24 17:15:16 +02:00 |
|
Max Cherry
|
9e40292b67
|
openrtb3: move TODOs to PR
|
2018-10-14 15:36:02 +03:00 |
|
Max Cherry
|
e39d7431d7
|
openrtb3: dirty 3.0 implementation (without AdCom for now, just OpenRTB)
|
2018-10-14 15:21:17 +03:00 |
|