diff options
Diffstat (limited to 'new.go')
| -rw-r--r-- | new.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
