An open API service indexing awesome lists of open source software.

https://github.com/deis/pkg

Common Go packages shared among Deis projects
https://github.com/deis/pkg

Last synced: 8 months ago
JSON representation

Common Go packages shared among Deis projects

Awesome Lists containing this project

README

          

# Deis Pkg

[![Build Status](https://travis-ci.org/deis/pkg.svg?branch=master)](https://travis-ci.org/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](https://github.com/Masterminds/glide):

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

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