Add Go guidelines to developer docs
Compare changes
+ 47
− 39
@@ -6,7 +6,7 @@ projects using the [Go language][go].
@@ -6,7 +6,7 @@ projects using the [Go language][go].
@@ -24,20 +24,18 @@ https://github.com/golang/go/wiki/CodeReviewComments
@@ -24,20 +24,18 @@ https://github.com/golang/go/wiki/CodeReviewComments
@@ -46,54 +44,53 @@ Remember to run
@@ -46,54 +44,53 @@ Remember to run
@@ -103,23 +100,33 @@ Modules](https://github.com/golang/go/wiki/Modules)". It provides a way to
@@ -103,23 +100,33 @@ Modules](https://github.com/golang/go/wiki/Modules)". It provides a way to
@@ -133,7 +140,7 @@ Benchmarks, to ensure performance consistency over time.
@@ -133,7 +140,7 @@ Benchmarks, to ensure performance consistency over time.
@@ -146,11 +153,11 @@ in the code.
@@ -146,11 +153,11 @@ in the code.
@@ -164,7 +171,7 @@ functionality:
@@ -164,7 +171,7 @@ functionality:
@@ -175,7 +182,7 @@ variable).
@@ -175,7 +182,7 @@ variable).
@@ -183,7 +190,7 @@ https://github.com/golang/go/wiki/CodeReviewComments#contexts
@@ -183,7 +190,7 @@ https://github.com/golang/go/wiki/CodeReviewComments#contexts
@@ -199,4 +206,5 @@ it will display its help message (if `cli` has been used).
@@ -199,4 +206,5 @@ it will display its help message (if `cli` has been used).