comments

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2019 License: MIT Imports: 1 Imported by: 0

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)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Comment01

func Comment01() error

GO言語のコメントスタイルについてのサンプル

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL