Cleanup and go fmt

This commit is contained in:
2023-09-02 17:31:43 +02:00
parent 4a1c58b564
commit 1aa3572c30
4 changed files with 6 additions and 47 deletions

View File

@@ -2,17 +2,18 @@ package output
import (
"fmt"
"github.com/maride/pancap/common"
"io/ioutil"
"log"
"os"
"strings"
"github.com/maride/pancap/common"
)
var (
registeredFiles []File
notFound []string
extractedFiles int
notFound []string
extractedFiles int
)
// Registers a file with the given name and content.