Mangos 是一个用纯 Go 语言实现的 (“Scalable Protocols”) 协议。这在 Go Channels 中被重度使用,但在内部却可在缺少 cgo 的情况下进行操作。Mangos 无需依赖第三方库。Scalable Protocol 的参考实现可看 nanomsg。
安装方法:$ go get github.com/gdamore/mangos
测试方法:$ go test github.com/gdamore/mangos/test