This repo contains the common Golang code used by various Pinpoint libraries
We use CircleCI for CI/CD
You'll need Golang 0.10+ to build and the dep tool. Once you have these, you need to make sure your vendored dependencies are fetched:
make dependencies
This will pull the latest dependencies in to your local vendor
directory.
You can now verify that everything works with:
make test
All of this code is Copyright © 2018-2019 by Pinpoint Software, Inc. and licensed under the MIT License.