pinpt / go-common

Common golang code shared by multiple projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Common golang code shared by multiple projects

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%