Update 'Style Guide'

Sasha Koshka 2022-09-04 18:33:05 +00:00
parent 23c296a3bf
commit ef24ff8031

@ -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"