Documentation ¶
Overview ¶
GO言語のコメントスタイルについてのサンプルがあるパッケージです
GO言語のコメントスタイルについては以下を参照.
スラッシュとアスタリスクを利用するコメントは「パッケージ用」
ダブルスラッシュを利用するコメントは「通常用、または、関数説明など」
- 全てのパッケージは、パッケージコメントを持つべきである。
(Every package should have a package comments)
- 関数などのドキュメントコメント(doc comments) は、そのアイテムの名前から始める。
(every doc comments begins with the name of the item it describes)
Go言語のコメントについてのサンプルが配置されているパッケージです。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRegister ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.