mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-24 13:48:49 +08:00
12 lines
238 B
Go
12 lines
238 B
Go
/*
|
|
CLI tool for generating new Gobot projects.
|
|
|
|
NAME:
|
|
gobot - Command Line Utility for generating new Gobot adaptors, drivers, and platforms
|
|
|
|
USAGE:
|
|
gobot [global options] command [command options] [arguments...]
|
|
|
|
*/
|
|
package main
|