comments

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2020 License: MIT Imports: 2 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)

Go言語のコメントについてのサンプルが配置されているパッケージです。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Basic added in v0.2.0

func Basic() error

Basic は、GO言語のコメントスタイルについてのサンプルです.

func NewRegister added in v0.2.0

func NewRegister() mappings.Register

Types

This section is empty.

Jump to

Keyboard shortcuts

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