summaryrefslogtreecommitdiff
path: root/readWorkFile.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 01:35:56 -0600
committerJeff Carr <[email protected]>2024-11-30 01:35:56 -0600
commit6e5fbd4c337c83b3b5e23f26cabc98f84ab1f8a7 (patch)
treefce2bf23e6dacf0684ec21737a0c7e992c746934 /readWorkFile.go
parentfbab336c0334a34ca3b700462062eea174eda7d4 (diff)
refactor to use forgepb
Diffstat (limited to 'readWorkFile.go')
-rw-r--r--readWorkFile.go12
1 files changed, 2 insertions, 10 deletions
diff --git a/readWorkFile.go b/readWorkFile.go
index 3383a82..dc36754 100644
--- a/readWorkFile.go
+++ b/readWorkFile.go
@@ -1,15 +1,6 @@
package main
-import (
- "bufio"
- "os"
- "path/filepath"
- "strings"
-
- "go.wit.com/lib/gui/shell"
- "go.wit.com/log"
-)
-
+/*
func addDir(d string) {
if shell.IsDir(d) {
rv.NewRepo(d)
@@ -47,3 +38,4 @@ func readControlFile(path string) error {
return nil
}
+*/