diff options
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 } +*/ |
