9 lines
270 B
Go
9 lines
270 B
Go
|
/*
|
||
|
Package nats provides Gobot adaptor for the nats message service.
|
||
|
Installing:
|
||
|
go get github.com/hybridgroup/gobot/platforms/nats
|
||
|
For further information refer to mqtt README:
|
||
|
https://github.com/hybridgroup/gobot/blob/master/platforms/nats/README.md
|
||
|
*/
|
||
|
package nats
|