mirror of https://bitbucket.org/ausocean/av.git
input/gvctrl/gvctrl-cli/main.go: added package documentation
This commit is contained in:
parent
c726571399
commit
ea7bba7823
|
@ -22,6 +22,8 @@ LICENSE
|
||||||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Package gvctrl-cli provides a command line interface for controlling GeoVision
|
||||||
|
// camera settings using the gvctrl package.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue