This repository has been migrated to github.com/m3db/m3. It's contents can be found at github.com/m3db/m3/src/x. Follow along there for updates. This repository is marked archived, and will no longer receive any updates.
Common utility code shared by all M3DB components.
This project is released under the Apache License, Version 2.0.
- Clone the repo into your $GOPATH
- Run
git submodule update --init --recursive
- Run
glide install -v
- Install Glide first if you don't have it - Run
make test
and make sure everything passes - Write new code and tests