summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/structs.go b/structs.go
index 701d15b..8a2962d 100644
--- a/structs.go
+++ b/structs.go
@@ -1,12 +1,6 @@
package shell
-import (
- "bufio"
- "bytes"
- "io"
- "os/exec"
-)
-
+/*
var FileMap map[string]*File
var readBufferSize int
@@ -54,3 +48,4 @@ func New() *OldShell {
return &tmp
}
+*/