Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/op/ngo
Gomatic nanomsg library
https://github.com/op/ngo
Last synced: about 1 month ago
JSON representation
Gomatic nanomsg library
- Host: GitHub
- URL: https://github.com/op/ngo
- Owner: op
- License: other
- Created: 2013-05-26T22:45:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-26T22:46:39.000Z (over 11 years ago)
- Last Synced: 2024-10-14T10:56:37.487Z (2 months ago)
- Language: Go
- Size: 102 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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