Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 441 Bytes

File metadata and controls

17 lines (11 loc) · 441 Bytes

Hephy Pkg

Build Status

The Hephy Pkg project contains shared Go libraries that are used by several Hephy projects.

Usage

Add this project to your vendor/ directory using Godeps or glide:

$ glide get --import github.com/teamhephy/pkg

(The --import flag will get any additional dependencies.)