summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
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