diff options
| author | Jeff Carr <[email protected]> | 2025-01-29 16:18:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-29 16:18:32 -0600 |
| commit | 2395a4466e9c08112372c480b30ac0823eeeb549 (patch) | |
| tree | ae008b2eadf649efd3950307f3896af891f84c33 /git.go | |
| parent | 2b2de94eff3ec37566665a22804c58c1ce764665 (diff) | |
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,13 +1,15 @@ package repostatus -// remove this everything +// most everything here needs to be deprecated now func (rs *RepoStatus) Path() string { return rs.realPath.String() } +/* func (rs *RepoStatus) GitState() string { return rs.gitState.String() } +*/ func (rs *RepoStatus) GetStatus() string { return rs.gitState.String() |
