pkgs/archive: fix linting

This commit is contained in:
Clayton Craft
2021-08-10 19:13:32 -07:00
parent 49cf99f4d9
commit 93333dbb25

View File

@@ -4,20 +4,20 @@ package archive
import (
"bytes"
"errors"
"fmt"
"io"
"log"
"os"
"strings"
"encoding/hex"
"io/ioutil"
"path/filepath"
"compress/flate"
"crypto/sha256"
"encoding/hex"
"errors"
"fmt"
"github.com/cavaliercoder/go-cpio"
"github.com/klauspost/pgzip"
"gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/misc"
"io"
"io/ioutil"
"log"
"os"
"path/filepath"
"strings"
)
type Archive struct {