add interface resources

This commit is contained in:
Aliberk Sandıkçı 2023-08-24 16:45:45 +03:00
parent 805ffe2504
commit da22fd7826
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

View file

@ -15,3 +15,7 @@ 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:
| 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) |