15 lines
374 B
Plaintext
15 lines
374 B
Plaintext
=== on 12 Apr 2018, 15:58:09 Alexandre Gigleux wrote:
|
|
According to \https://golang.org/doc/effective_go.html ...
|
|
|
|
|
|
____
|
|
Line length
|
|
|
|
Go has no line length limit. Don't worry about overflowing a punched card. If a line feels too long, wrap it and indent with an extra tab.
|
|
|
|
____
|
|
|
|
{empty}... but still it's good to enforce a convention.
|
|
|
|
include::../comments-and-links.adoc[]
|