diff options
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() |
