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 (
"bytes"
"errors"
"fmt"
"io"
"io/ioutil"