You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is the code repository for [Go Design Patterns](https://www.packtpub.com/ap
4
4
This book will take you through the history of concurrency, how Go utilizes it, how Go differs from other languages, and the features and structures of Go's concurrency core. Each step of the way, the book will present real, usable examples with detailed descriptions of the methodologies used. By the end, you will feel comfortable designing a safe, data-consistent, high-performance concurrent application in Go.
5
5
6
6
7
-
##Instructions and Navigation
7
+
##Instructions and Navigation
8
8
All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
0 commit comments