An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# gocorosync

[![GoDoc](https://godoc.org/github.com/LINBIT/gocorosync?status.svg)](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
```