formatting changes

This commit is contained in:
Ella Pietraroia 2020-04-23 14:49:30 +09:30
parent 0213c89b1b
commit 36dfb05326
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
DESCRIPTION
helpers.go provides general helper utilities.
helpers.go provides general helper utilities.
AUTHORS
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)

View File

@ -24,8 +24,8 @@ LICENSE
in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package device provides an interface and implementations for input devices
// that can be started and stopped from which media data can be obtained.
// Package device describes a configurable audio or video device from which
// media data can be obtained. AVDevice is an io.Reader.
package device
import (