A Go client for the NATS messaging system.
# Go client latest or explicit version
go get github.com/nats-io/nats.go/@latest
go get github.com/nats-io/nats.go/@v1.11.0
go get github.com/nats-io/nats.go/@v1.15.0
# For latest NATS Server, add /v2 at the end
go get github.com/nats-io/nats-server/v2