Skip to content

Commit

Permalink
updated trace
Browse files Browse the repository at this point in the history
  • Loading branch information
campoy committed Aug 27, 2018
1 parent f6eaa8c commit 1c4da09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified 3-dynamic-analysis/4-tracing/mistery.trace
Binary file not shown.
2 changes: 1 addition & 1 deletion 3-dynamic-analysis/4-tracing/ping-pong/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
go player(table, "pong")

table <- 0
time.Sleep(time.Second)
time.Sleep(5 * time.Second)
ball := <-table
close(table)
log.Printf("played %d turns", ball)
Expand Down

0 comments on commit 1c4da09

Please sign in to comment.