- 授权协议: 未知
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/gdamore/mangos
- 软件文档: https://github.com/gdamore/mangos
软件介绍
Mangos 是一个用纯 Go 语言实现的 ("Scalable Protocols") 协议。这在 Go Channels 中被重度使用,但在内部却可在缺少 cgo 的情况下进行操作。Mangos 无需依赖第三方库。Scalable Protocol 的参考实现可看 nanomsg。
安装方法:$ go get github.com/gdamore/mangos
测试方法:$ go test github.com/gdamore/mangos/test
The Science of Programming
David Gries / Springer / 1989-4-21 / USD 99.00
Describes basic programming principles and their step-by- step applications.Numerous examples are included.一起来看看 《The Science of Programming》 这本书的介绍吧!
