more accurate comment for device/device.go

This commit is contained in:
Ella Pietraroia 2020-04-23 12:40:54 +09:30
parent 149f95af84
commit 237ecadbc9
1 changed files with 2 additions and 3 deletions

View File

@ -24,9 +24,8 @@ LICENSE
in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package device provides AVDevice, an interface that describes a configurable
// audio or video device that can be started and stopped from which data may
// be obtained.
// 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
import (