#nxgo GoLang Nexus client library.
Download:
go get github.com/nayarsystems/nxgo
##Description
Nexus client library for Go.
Package nxgo
just provides a Dial() method returning a NexusConn
instance.
All nexus functionality and methods of NexusConn
are found in package nxcore
.