From ef24ff8031df13bf2f4f0c8a0f1d752360557b1f Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 4 Sep 2022 18:33:05 +0000 Subject: [PATCH] Update 'Style Guide' --- Style-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Style-Guide.md b/Style-Guide.md index bf8dbed..732ed6f 100644 --- a/Style-Guide.md +++ b/Style-Guide.md @@ -141,7 +141,7 @@ func someFunc( Obviously, these examples have been condensed way below 80 columns for dramatic effect, but you get the idea. -Other stylistic choices don't matter as much, since all of the code will be gofmt'd at some point. It is, however, a good idea to adopt the gofmt style at least to some degree, so your code will look similar before and after. +Other formatting choices don't matter as much, since all of the code will be gofmt'd at some point. It is, however, a good idea to adopt the gofmt style at least to some degree, so your code will look similar before and after. # "Enums"