temp logging to debug
This commit is contained in:
parent
86e0a1f988
commit
189d305fee
|
@ -12,7 +12,7 @@ import (
|
||||||
// it re-scans the go.sum file. DOES NOT MODIFY ANYTHING
|
// it re-scans the go.sum file. DOES NOT MODIFY ANYTHING
|
||||||
// this is the last thing to run to double check everything
|
// this is the last thing to run to double check everything
|
||||||
// before 'git tag' or git push --tags
|
// before 'git tag' or git push --tags
|
||||||
func (f *Forge) FinalGoDepsCheck(check *gitpb.Repo) bool {
|
func (f *Forge) FinalGoDepsCheckOk(check *gitpb.Repo) bool {
|
||||||
var good bool = true
|
var good bool = true
|
||||||
if check == nil {
|
if check == nil {
|
||||||
log.Info("boo, check == nil")
|
log.Info("boo, check == nil")
|
||||||
|
|
Loading…
Reference in New Issue