Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 332 Bytes

File metadata and controls

15 lines (10 loc) · 332 Bytes

Deis Pkg

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

Usage

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

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

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