fix "errors" pkg double import

This commit is contained in:
Benoit Gagnon 2019-09-28 10:26:47 -04:00
parent 926830713e
commit 1fe94dcf91

View file

@ -19,7 +19,6 @@ import (
"bytes" "bytes"
"compress/gzip" "compress/gzip"
"context" "context"
"errors"
"fmt" "fmt"
"io" "io"
"io/ioutil" "io/ioutil"