Skip to content

teamhephy/pkg

Repository files navigation

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