Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 504 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 504 Bytes

Gomatic nanomsg library

Package ngo provides a more idiomatic Go experience for nanomsg.

This package is experimental and might not work at all in practice.

Installing

Using go get

$ go get github.com/op/ngo

After this command ngo is ready to use. Its source will be in:

$GOROOT/src/pkg/github.com/op/ngo

You can use go get -u -a to update all installed packages.

Documentation

For docs, see http://godoc.org/github.com/op/ngo or run:

$ go doc github.com/op/ngo