summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2022-04-11 11:59:43 -0600
committermo khan <mo@mokhan.ca>2022-04-11 11:59:43 -0600
commit8cf7a1848b971e11d57e7ab5afd793417b696406 (patch)
tree7748ec5011d6257413c836e7662164cb8dd2c147
parent5e63fadd5951328e9675e43c6eb009039b1c80e4 (diff)
add notes on how to learn golang
-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)