Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/go-lvm-client
Client library for LVM commands for the Go language
https://github.com/drnic/go-lvm-client
Last synced: 29 days ago
JSON representation
Client library for LVM commands for the Go language
- Host: GitHub
- URL: https://github.com/drnic/go-lvm-client
- Owner: drnic
- Created: 2014-03-01T01:38:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-08T20:21:05.000Z (over 10 years ago)
- Last Synced: 2023-04-10T17:09:49.056Z (over 1 year ago)
- Language: Go
- Size: 270 KB
- Stars: 4
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running tests
## Build stats
[![wercker status](https://app.wercker.com/status/80b9e9579b2faa1524fc256a5dcc6f12/m/ "wercker status")](https://app.wercker.com/project/bykey/80b9e9579b2faa1524fc256a5dcc6f12)
## Play in Vagrant
```
vagrant up
vagrant ssh
sudo su -
cd /vagrant
go test
```