Documentation ¶
Overview ¶
Package functions -- 関数についてのサンプルが配置されているパッケージです。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FunctionMultiReturnValue ¶
func FunctionMultiReturnValue() error
FunctionMultiReturnValue -- 複数の戻り値を持つ関数を定義できることを確認するサンプルです。
func FunctionNamedReturnValue ¶
func FunctionNamedReturnValue() error
FunctionNamedReturnValue -- Goでは関数の戻り値に名前を付与しておくことが出来ることを確認するサンプルです。
func FunctionOneReturnValue ¶
func FunctionOneReturnValue() error
FunctionOneReturnValue -- 戻り値が一つの関数定義のサンプル
func NewRegister ¶
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.