diff options
| author | Jeff Carr <[email protected]> | 2025-01-07 20:39:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-07 20:39:30 -0600 |
| commit | fcb74ce2e8ef9c62a30288ec028a69f275e2f8b3 (patch) | |
| tree | ddb494c48bb8286dd242824bfa808e4d36f31b46 /new.go | |
| parent | 648d3ac6b6e4213b43cc9362e25d5ed0d74e63be (diff) | |
attempt to set pb.State
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 |
