Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 638 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 638 Bytes

#nxgo GoDoc 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.

More info in nxcore godoc: GoDoc.