Golang conventions: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 June 2022

6 June 2022

29 May 2022

25 May 2022

23 May 2022

  • curprev 21:2421:24, 23 May 2022Will talk contribs 795 bytes +795 Created page with "= Naming = <blockquote> == Casing == <blockquote> <syntaxhighlight lang="go"> func DoThing() { ... } // exported functions are PascalCase func doThing() { ... } // regular f..."