Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 797 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 797 Bytes

Drycc Pkg

Build Status codecov 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 dep:

$ dep ensure -add github.com/drycc/pkg add a dependency to the project

(The -add flag will add a dependency to the project.)