Documentation
¶
Overview ¶
Package builtins -- Goの組み込み関数についてのサンプルが配置されているパッケージです。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MinMax ¶ added in v0.5.2
func MinMax() error
MinMax は、Go 1.21 で追加されたビルトイン関数のmin,maxについてのサンプルです.
go doc で調べる場合は以下のようにします.
- go doc builtin.max
- go doc builtin.min
REFERENCES ¶
func NewRegister ¶
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.