Skip to content

pinpt/go-common

Repository files navigation

pinpt-logo

This repo contains the common Golang code used by various Pinpoint libraries

Build Status

CircleCI

We use CircleCI for CI/CD

Setup

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

License

All of this code is Copyright © 2018-2019 by Pinpoint Software, Inc. and licensed under the MIT License.