builtins

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2023 License: MIT Imports: 3 Imported by: 0

README

サンプルリスト

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

file example name note
printfunc.go builtin_print ビルドイン関数のprintとfmt.Printの違いについてのサンプルです.
minmax.go builtin_minmax Go 1.21 で追加されたビルトイン関数のmin,maxについてのサンプルです.

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

func NewRegister() mapping.Register

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

func PrintFunc

func PrintFunc() error

PrintFunc は、ビルドイン関数のprintとfmt.Printの違いについてのサンプルです.

Types

This section is empty.

Jump to

Keyboard shortcuts

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