update resources

This commit is contained in:
Aliberk Sandıkçı 2023-08-25 19:08:37 +03:00
parent da22fd7826
commit abf8a8fc89
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

View file

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