removed return

This commit is contained in:
alessio 2016-08-18 01:42:00 +02:00
parent 2105eff1e0
commit da4e072d56
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ func (p *Project) GoRun(channel chan bool, runner chan bool, wr *sync.WaitGroup)
return nil
}
}
return nil
}
func (p *Project) GoBuild() error {