Updated README.md

This commit is contained in:
Ismayil Malik 2018-01-01 21:45:41 +03:00 committed by GitHub
parent c11219c00b
commit 3de32e8ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.