From da22fd78265364b4734fdbf1aea039e61e36b742 Mon Sep 17 00:00:00 2001 From: asandikci Date: Thu, 24 Aug 2023 16:45:45 +0300 Subject: [PATCH] add interface resources --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 437b63a..af3f36b 100644 --- a/README.md +++ b/README.md @@ -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) |