Skip to content

Common golang code shared by multiple projects

License

Notifications You must be signed in to change notification settings

pinpt/go-common

Folders and files

NameName
Last commit message
Last commit date
Jun 2, 2020
Jun 28, 2019
Oct 19, 2020
Nov 6, 2020
Nov 6, 2020
Jul 3, 2020
Sep 24, 2020
Oct 27, 2020
Jun 3, 2020
Jun 18, 2020
Sep 15, 2020
Jan 22, 2019
Jun 3, 2020
Jun 22, 2020
Jul 6, 2018
Oct 19, 2020
Nov 15, 2019
Jun 3, 2020
Jun 19, 2020
Nov 6, 2020
May 5, 2019
Jun 3, 2020
Oct 27, 2020
Oct 27, 2020
Jul 6, 2018
Nov 1, 2020
Jul 17, 2019
Jun 10, 2020
Jun 3, 2020
Jun 3, 2020
Nov 6, 2020
Jun 11, 2019
Jan 17, 2019
Jun 2, 2020
Jul 11, 2019
Dec 11, 2024
Dec 11, 2024
Jun 3, 2020

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.