Updated README.md
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
![Real gopher...][gooopher]
|
||||
[gooopher]:https://github.com/ismayilmalik/golang-design-patterns/blob/master/gopher.jpg" "Gooopher.."
|
||||
![alt text][gooopher]
|
||||
|
||||
[gooopher]:https://raw.githubusercontent.com/ismayilmalik/golang-design-patterns/master/gopher.jpg "Gooopher.."
|
||||
|
||||
# Design patterns in golang
|
||||
>A beginner guide... happy coding!
|
||||
|
||||
@@ -48,4 +50,4 @@ object a chance to handle the request. Chain the receiving objects and pass the
|
||||
request along the chain until an object handles it.
|
||||
|
||||
## Concurrency patterns
|
||||
Pattenrs for concurrent work and parallel execution in Go.
|
||||
Pattenrs for concurrent work and parallel execution in Go.
|
||||
|
Reference in New Issue
Block a user