Go binding for mdbm
Follow MDBM installation instructions, then
go get github.com/tann/mdbm
By default, CFLAGS and LDFLAGS point to /tmp/install/include and /tmp/install/librespectively (default prefix to MDMB configure is /tmp/install). If your MDBM library is installed in a diferrent location, use environment variables CGO_CFLAGS and CGO_LDFLAGS to append it to the provided default values.
go build .
go install