gobyexample/035-synchronization/synchronization.sh
Mark McGranaghan c19a29193e more index work
2012-09-23 14:38:39 -07:00

7 lines
173 B
Bash

$ go run synchronization.go
Working... done
# If you commented out the `<- done` line, the
# program would exit before the `worker` even
# started.