removed return

This commit is contained in:
alessio 2016-08-18 01:42:00 +02:00
parent 2105eff1e0
commit da4e072d56

View File

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