mirror of
https://github.com/maride/pancap.git
synced 2026-04-13 10:35:45 +00:00
Cleanup and go fmt
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user