Go wrapper for Cyrus SASL.
The idea for this project came from (github.com/cloudera/python-sasl), a wrapper for Cyrus SASL written in C++ for use with python. This project aims to do something similar in cgo.
go get gopkg.in/freddierice/go-sasl.v2
go test
To build this project you must have libsasl2 installed. On Debian:
sudo apt-get install libsasl2-dev
On Redhat:
sudo yum install cyrus-sasl-devel.x86_64