export Status
This commit is contained in:
parent
0e26f2024a
commit
4d1301288e
|
@ -36,6 +36,11 @@ func (rs *RepoStatus) String() string {
|
||||||
|
|
||||||
// returns the go path for the repo. "go.wit.com/apps/autotypist"
|
// returns the go path for the repo. "go.wit.com/apps/autotypist"
|
||||||
func (rs *RepoStatus) GoName() string {
|
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()
|
return rs.goSrcPath.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue