Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 668 Bytes

File metadata and controls

19 lines (13 loc) · 668 Bytes

Drycc Pkg

Build Status Go Report Card GoDoc

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

Usage

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

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

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