diff options
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -45,6 +45,11 @@ func (rs *RepoStatus) GoPath() string { return rs.goPath.String() } +// full path +func (rs *RepoStatus) FullPath() string { + return rs.realPath.String() +} + func (rs *RepoStatus) IsPrimitive() bool { if rs.primitive.String() == "true" { return true |
