summaryrefslogtreecommitdiff
path: root/learn/golang/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'learn/golang/README.md')
-rw-r--r--learn/golang/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/learn/golang/README.md b/learn/golang/README.md
new file mode 100644
index 0000000..48a5a81
--- /dev/null
+++ b/learn/golang/README.md
@@ -0,0 +1,6 @@
+# Go lang (The Go Programming Language)
+
+To get proficient with Golang you must read the docs.
+
+* [How to Write Go Code](https://go.dev/doc/code)
+* [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests)