NATS Streaming Golang客户端API文档

对于Golang客户端API文档,需要这样:

1)用 Go 下载 go版本客户端源码及使用文档

$ go git git@github.com:nats-io/nats.go.git

2)使用 Go 文档查看器来查看线上文档

$ godoc -http :8080

3)通过浏览器访问 API 文档

http://localhost:8080/pkg/github.com/nats-io/gnatsd/

注意:通过 Go 下载的项目源码包,都可以通过这种方式去打开对应的 API 文档。例如我从网上下载有关 GoWeb 开发的 beego 项目,也可以通过访问:http://localhost:8080/pkg/github.com/astaxie/beego/ 来查看对应 beego 的 API 文档。

NATS Streaming Golang客户端API文档

上一篇:Avalonia + Netcore + VSCode 把WPF带到Linux下


下一篇:react-native windows 项目迁移到mac 系统的流程