├── .gitignore ├── Dockerfile ├── README.md ├── example.json └── main.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adjust/gohub/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adjust/gohub/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adjust/gohub/HEAD/README.md -------------------------------------------------------------------------------- /example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adjust/gohub/HEAD/example.json -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adjust/gohub/HEAD/main.go --------------------------------------------------------------------------------