Skip to content

Commit

Permalink
Merge pull request #1960 from tonky/fix_go_memory_by_communicating
Browse files Browse the repository at this point in the history
Add more words to the quote from the actual Go documentation
  • Loading branch information
steveklabnik authored Sep 15, 2019
2 parents 1e59c6d + 9f71ed2 commit bf7f9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch16-03-shared-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Message passing is a fine way of handling concurrency, but it’s not the only
one. Consider this part of the slogan from the Go language documentation again:
“communicate by sharing memory.”
do not communicate by sharing memory.”

What would communicating by sharing memory look like? In addition, why would
message-passing enthusiasts not use it and do the opposite instead?
Expand Down

0 comments on commit bf7f9a9

Please sign in to comment.