Commit Graph

4 Commits

Author SHA1 Message Date
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
mxmCherry 16717e8089 go.mod 2019-07-08 20:54:40 +03:00