diff options
Diffstat (limited to 'goConfig.go')
| -rw-r--r-- | goConfig.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/goConfig.go b/goConfig.go index cc2a5d6..6f34cba 100644 --- a/goConfig.go +++ b/goConfig.go @@ -120,6 +120,7 @@ func (rs *RepoStatus) strictRun(cmd []string) (bool, error) { return true, nil } +/* // poor name perhaps. It's because in most of these // repos you can also type "make redomod" to do the same thing // since it's a Makefile task that is also useful to be able to run @@ -171,6 +172,7 @@ func (rs *RepoStatus) MakeRedomod() (bool, error) { // this should never happen return false, errors.New("MakeRedomod() logic failed") } +*/ func (rs *RepoStatus) IsReleased() bool { if rs.GetTargetVersion() == rs.GetCurrentVersion() { |
