Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/op/ngo

Gomatic nanomsg library
https://github.com/op/ngo

Last synced: about 1 month ago
JSON representation

Gomatic nanomsg library

Awesome Lists containing this project

README

        

## 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