summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 20:39:30 -0600
committerJeff Carr <[email protected]>2025-01-07 20:39:30 -0600
commitfcb74ce2e8ef9c62a30288ec028a69f275e2f8b3 (patch)
treeddb494c48bb8286dd242824bfa808e4d36f31b46 /new.go
parent648d3ac6b6e4213b43cc9362e25d5ed0d74e63be (diff)
attempt to set pb.State
Diffstat (limited to 'new.go')
-rw-r--r--new.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/new.go b/new.go
index 2dc9f00..542857c 100644
--- a/new.go
+++ b/new.go
@@ -14,6 +14,7 @@ func init() {
windowMap = make(map[string]*RepoStatus)
}
+/*
// deprecate this
func ListAllOld() {
}
@@ -31,6 +32,7 @@ func FindPathOld(path string) *RepoStatus {
func SetWorkPath(path string) {
os.Setenv("REPO_WORK_PATH", path)
}
+*/
// makes a window of the status of the repo
// don't worry, you can think of it like Sierpinski carpet