aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-11 20:42:57 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-11 20:42:57 -0300
commit34494d9b96cc620d2b5c8d18d807ec6b4eafd14d (patch)
treef74ef387d9cd881100e47683d310897ec318f952
parentbd100bb81e0a98221d3b20c50addfc5ca4a82a9e (diff)
docs: add some useful links
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d6efc8..346c272 100644
--- a/README.md
+++ b/README.md
@@ -42,3 +42,9 @@ To compile and run all the exercises:
```sh
golings verify
```
+
+## Learnign resources
+
+* [Golang official tutorial](https://go.dev/doc/tutorial/)
+* [Go by example](https://gobyexample.com)
+* [Aprenda Go](https://www.youtube.com/playlist?list=PLCKpcjBB_VlBsxJ9IseNxFllf-UFEXOdg)