update resources
This commit is contained in:
parent
da22fd7826
commit
abf8a8fc89
1 changed files with 5 additions and 1 deletions
|
@ -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) |
|
Loading…
Reference in a new issue