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