custom message for outputs

This commit is contained in:
alessio 2016-08-20 13:11:01 +02:00
parent 8a62b64729
commit a03613c0d6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func (p *Project) GoRun(channel chan bool, runner chan bool, wr *sync.WaitGroup)
for in.Scan() {
select {
default:
log.Println(bluel(p.Name+":"), bluel(in.Text()))
log.Println(bluel(p.Name+" Out:"), bluel(in.Text()))
}
}
close(stop)