Fix build

`errors` import was missing due to conflicting PRs.
This commit is contained in:
Daniel Huigens 2019-05-14 16:48:39 +02:00
parent 0931705fce
commit 4081e693fc

View file

@ -2,6 +2,7 @@ package crypto
import ( import (
"bytes" "bytes"
"errors"
"fmt" "fmt"
"io" "io"
"io/ioutil" "io/ioutil"