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)