README ¶
This repo contains the common Golang code used by various Pinpoint libraries
Build Status
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.
Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
Package strutil provides various utilities for manipulating strings
|
Package strutil provides various utilities for manipulating strings |
Click to show internal directories.
Click to hide internal directories.