Compare commits
No commits in common. "master" and "v0.0.99" have entirely different histories.
6
main.go
6
main.go
|
@ -43,7 +43,11 @@ func main() {
|
||||||
|
|
||||||
me.forge = forgepb.Init()
|
me.forge = forgepb.Init()
|
||||||
|
|
||||||
me.machine, _ = zoopb.InitMachine()
|
me.machine = new(zoopb.Machine)
|
||||||
|
if err := me.machine.ConfigLoad(); err != nil {
|
||||||
|
log.Info("zoopb.ConfigLoad() failed", err)
|
||||||
|
}
|
||||||
|
me.machine.InitWit()
|
||||||
|
|
||||||
if argv.Clone != nil {
|
if argv.Clone != nil {
|
||||||
if argv.RepoMap != "" {
|
if argv.RepoMap != "" {
|
||||||
|
|
Loading…
Reference in New Issue