diff options
| author | Jeff Carr <[email protected]> | 2024-02-17 15:49:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-17 15:49:12 -0600 |
| commit | 4d1301288ea031d159f193e77f95849a98d97582 (patch) | |
| tree | 4614bb1a89cb2df219b138d0bd201879ca9e1eac /common.go | |
| parent | 0e26f2024af04dc4dc36cde77e561b9692b1a64f (diff) | |
export Status
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,11 @@ func (rs *RepoStatus) String() string { // returns the go path for the repo. "go.wit.com/apps/autotypist" func (rs *RepoStatus) GoName() string { + return rs.GoPath() +} + +// not sure which name is easier to remember. probably this one +func (rs *RepoStatus) GoPath() string { return rs.goSrcPath.String() } |
