Go Documentation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Go Engineering =Overview= Go has automatically generated documentation with testable examples.") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://go.dev/blog/godoc | |||
=Internal= | =Internal= | ||
* [[Go Engineering#Subjects|Go Engineering]] | * [[Go Engineering#Subjects|Go Engineering]] | ||
=Overview= | =Overview= | ||
Go has automatically generated documentation with testable examples. | Go has automatically generated documentation with testable examples. | ||
=Top Level Rules= | |||
Always document packages. | |||
Documentation comments are complete sentences that end in a period. | |||
Documentation comments for a name (like a function name) always start with the name. | |||
=TO DEPLETE= | |||
<font color=darkkhaki> | |||
To deplete, merge and delete this: [[Go Concepts - Documentation]] | |||
</font> |
Latest revision as of 23:47, 25 October 2023
External
Internal
Overview
Go has automatically generated documentation with testable examples.
Top Level Rules
Always document packages.
Documentation comments are complete sentences that end in a period.
Documentation comments for a name (like a function name) always start with the name.
TO DEPLETE
To deplete, merge and delete this: Go Concepts - Documentation