Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 696 Bytes

File metadata and controls

19 lines (13 loc) · 696 Bytes

Hephy Pkg

Build Status Go Report Card GoDoc

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.)