https://github.com/ppc64le-cloud/powervs-utils
https://github.com/ppc64le-cloud/powervs-utils
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppc64le-cloud/powervs-utils
- Owner: ppc64le-cloud
- License: apache-2.0
- Created: 2020-12-04T14:03:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-20T09:07:32.000Z (10 months ago)
- Last Synced: 2026-01-12T19:50:31.987Z (5 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# powervs-utils
## Building
Build it with
```
$ go build -v ./...
```
## Testing
And test it with
```
$ go test -v ./...
```