https://github.com/linbit/gocorosync
Go bindings to interact with Corosync
https://github.com/linbit/gocorosync
Last synced: 12 months ago
JSON representation
Go bindings to interact with Corosync
- Host: GitHub
- URL: https://github.com/linbit/gocorosync
- Owner: LINBIT
- License: apache-2.0
- Created: 2019-11-12T12:09:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T16:55:05.000Z (over 6 years ago)
- Last Synced: 2025-02-24T16:28:18.498Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocorosync
[](https://godoc.org/github.com/LINBIT/gocorosync)
A Go package to interact with a local corosync installation.
## Installation
gocorosync requires a Go version with module support (>1.11). You can `go get`
the source as usual:
```
export GO111MODULE=on
go get github.com/LINBIT/gocorosync
```