From 934357fd8f9caebf55e198eff07263275ff93db5 Mon Sep 17 00:00:00 2001 From: Junv Date: Tue, 2 Jul 2019 17:28:53 +1000 Subject: [PATCH] Update go.md --- categories/go.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/categories/go.md b/categories/go.md index 0c27964..a0d788f 100644 --- a/categories/go.md +++ b/categories/go.md @@ -245,3 +245,6 @@ REPL stands for read eval print loop, basically it just like the irb in Ruby. Wiki: * gore + +# Useful links +* [Go best practice](https://github.com/golang/go/wiki/CodeReviewComments)