2016-07-17 11:59:07 +08:00
|
|
|
/*
|
|
|
|
Package nats provides Gobot adaptor for the nats message service.
|
|
|
|
Installing:
|
2016-12-08 20:24:03 +08:00
|
|
|
go get gobot.io/x/gobot/platforms/nats
|
2019-06-11 17:47:02 +08:00
|
|
|
For further information refer to nats README:
|
2016-12-21 17:53:51 +08:00
|
|
|
https://github.com/hybridgroup/gobot/blob/master/platforms/nats/README.md
|
2016-07-17 11:59:07 +08:00
|
|
|
*/
|
2016-12-08 20:24:03 +08:00
|
|
|
package nats // import "gobot.io/x/gobot/platforms/nats"
|