https://github.com/teamhephy/pkg
https://github.com/teamhephy/pkg
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teamhephy/pkg
- Owner: teamhephy
- License: mit
- Created: 2017-09-07T21:14:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T03:18:58.000Z (over 5 years ago)
- Last Synced: 2024-05-01T09:47:09.996Z (about 2 years ago)
- Language: Go
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Hephy Pkg
[](https://travis-ci.org/teamhephy/pkg)
[](https://goreportcard.com/report/github.com/teamhephy/pkg)
[](https://godoc.org/github.com/teamhephy/pkg)
The Hephy Pkg project contains shared Go libraries that are used by
several Hephy projects.
## Usage
Add this project to your `vendor/` directory using Godeps or
[glide](https://github.com/Masterminds/glide):
```
$ glide get --import github.com/teamhephy/pkg
```
(The `--import` flag will get any additional dependencies.)