Skip to content

Commit

Permalink
Keeping code consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed May 30, 2015
1 parent ea35821 commit 6b8f4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapter1/channels/hellochannels.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func printer(ch chan int) {
wg.Done()
}

// main is the entry point for the program.
func main() {
c := make(chan int)
go printer(c)
Expand Down

0 comments on commit 6b8f4da

Please sign in to comment.