From 5efc3a73b7c536fda1e92df48f9277c89b75bc33 Mon Sep 17 00:00:00 2001 From: Junv Date: Sat, 12 Oct 2019 16:42:53 +1100 Subject: [PATCH] Update go.md --- categories/go.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/categories/go.md b/categories/go.md index 1093c51..bc5e6e7 100644 --- a/categories/go.md +++ b/categories/go.md @@ -252,3 +252,5 @@ Wiki: # Useful links * [Go best practice](https://github.com/golang/go/wiki/CodeReviewComments) +* [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) +* [Uber Go code style](https://github.com/uber-go/guide/blob/master/style.md#pointers-to-interfaces)