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
- Host: GitHub
- URL: https://github.com/deis/pkg
- Owner: deis
- License: mit
- Created: 2015-10-20T20:25:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T21:15:09.000Z (about 9 years ago)
- Last Synced: 2025-04-30T15:14:16.593Z (about 1 year ago)
- Language: Go
- Homepage: http://deis.io
- Size: 70.3 KB
- Stars: 8
- Watchers: 11
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Deis Pkg
[](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.)