mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-29 13:49:14 +08:00
11 lines
310 B
Go
11 lines
310 B
Go
/*
|
|
Package nats provides Gobot adaptor for the nats message service.
|
|
Installing:
|
|
|
|
go get gobot.io/x/gobot/v2/platforms/nats
|
|
|
|
For further information refer to nats README:
|
|
https://github.com/hybridgroup/gobot/blob/master/platforms/nats/README.md
|
|
*/
|
|
package nats // import "gobot.io/x/gobot/v2/platforms/nats"
|