comments

package
v0.5.18 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 2 Imported by: 0

README

サンプルリスト

このディレクトリには以下のサンプルがあります。

file example name note
comments_basic.go comment_basic_usage GO言語のコメントスタイルについてのサンプルです.

Documentation

Overview

Package comments -- GO言語のコメントスタイルについてのサンプルがあるパッケージです

GO言語のコメントスタイルについては以下を参照.

スラッシュとアスタリスクを利用するコメントは「パッケージ用」

ダブルスラッシュを利用するコメントは「通常用、または、関数説明など」

- 全てのパッケージは、パッケージコメントを持つべきである。

(Every package should have a package comments)

- 関数などのドキュメントコメント(doc comments) は、そのアイテムの名前から始める。

(every doc comments begins with the name of the item it describes)

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Basic

func Basic() error

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

func NewRegister

func NewRegister() mapping.Register

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。

Types

This section is empty.

Jump to

Keyboard shortcuts

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