Add missing errors import.

burst
Icedream 2018-04-10 16:02:14 +02:00
parent 3434229f34
commit 27fdec7d2b
Signed by: icedream
GPG Key ID: C1D30A06E6490C14
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package media package media
import ( import (
"errors"
"io" "io"
"reflect" "reflect"