Doc.go

From NovaOrdis Knowledge Base
Revision as of 17:02, 29 January 2024 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

doc.go contains the documentation for the packages that need a large amount of it. The file only contains the package clause and the package comment.

Example

package example

// This is the package documentation ...