diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 04:40:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 04:50:56 -0500 |
| commit | 7905bfcde0894a63b9433b3c777e2b255591138f (patch) | |
| tree | 9814aab6faa2aac0150ab82f1d9f8d528b0b4738 /stuff.go | |
| parent | f2a3ac86043387725cb932c877bc76770812b11f (diff) | |
housecleaning
Diffstat (limited to 'stuff.go')
| -rw-r--r-- | stuff.go | 20 |
1 files changed, 2 insertions, 18 deletions
@@ -1,23 +1,6 @@ package main -import ( - "bufio" - "bytes" - "compress/gzip" - "crypto/md5" - "crypto/sha1" - "crypto/sha256" - "fmt" - "io" - "os" - "os/exec" - "path/filepath" - "strings" - "time" - - "go.wit.com/log" -) - +/* func runCommand(cmd *exec.Cmd) error { var stderr bytes.Buffer cmd.Stderr = &stderr @@ -238,3 +221,4 @@ func scanDebs(root string, count int) ([]DebInfo, error) { }) return debs, err } +*/ |
