From a7ff243ca6fd53b8b095f40f226acd212c9265ab Mon Sep 17 00:00:00 2001 From: asandikci Date: Fri, 25 Aug 2023 22:44:09 +0300 Subject: [PATCH] update resources --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebbe9b0..ad4e4e0 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ In this repo all .go files separated different directories because of the readib | ------- | ---- | | Interface | [MediumLink1](https://medium.com/golangspec/interfaces-in-go-part-i-4ae53a97479c), [MediumLink2](https://medium.com/golangspec/interfaces-in-go-part-ii-d5057ffdb0a6) | | Linked List using Generics | [Medium Link](https://levelup.gitconnected.com/the-generic-way-to-implement-a-linklist-in-golang-416de16f5397), [GitHub Link](https://github.com/jerryan999/gostruct/blob/main/singlylink.go) | -| Goroutines | [Medium Link](https://medium.com/technofunnel/understanding-golang-and-goroutines-72ac3c9a014d), [Blog1](https://golangbot.com/goroutines/) | \ No newline at end of file +| Goroutines | [Medium Link](https://medium.com/technofunnel/understanding-golang-and-goroutines-72ac3c9a014d), [Blog1](https://golangbot.com/goroutines/), [Go Talk Slides2012](https://go.dev/talks/2012/concurrency.slide#1), [Go Talk Slides2013](https://go.dev/talks/2013/advconc.slide#1)| \ No newline at end of file