From abf8a8fc892dfd5000aae1ec3efe42648211190f Mon Sep 17 00:00:00 2001 From: asandikci Date: Fri, 25 Aug 2023 19:08:37 +0300 Subject: [PATCH] update resources --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af3f36b..0efaaaa 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ In this repo all .go files separated different directories because of the readib |Extra Useful Websites|[gosamples.dev](https://gosamples.dev), [Google Style Guide](https://google.github.io/styleguide/go/)| |CodeAcademy Course|https://www.codecademy.com/learn/learn-go| -Extra Resources by Subject: +### Good Article, Documentation, Blog Websites +- https://bitfieldconsulting.com/golang + +### Extra Resources by Subject | Subject | Links | | ------- | ---- | | 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) | \ No newline at end of file