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)