Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.11 KB

Migration Warning

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.

M3X GoDoc Build Status Coverage Status

Common utility code shared by all M3DB components.


This project is released under the Apache License, Version 2.0.

Development

Setup

  1. Clone the repo into your $GOPATH
  2. Run git submodule update --init --recursive
  3. Run glide install -v - Install Glide first if you don't have it
  4. Run make test and make sure everything passes
  5. Write new code and tests