input/gvctrl/gvctrl-cli/main.go: added package documentation

This commit is contained in:
Saxon 2019-10-14 11:07:27 +10:30
parent c726571399
commit ea7bba7823
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ LICENSE
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
import (