Doc.go

From NovaOrdis Knowledge Base
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 ...