scanop

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: 3 Imported by: 0

README

サンプルリスト

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

file example name note
read_one_input.go scanop_read_one_input fmt.Scan() で一つの値を読み取るサンプルです.
read_multi_input.go scanop_read_multi_input fmt.Scan() で複数の値を読み取るサンプルです.
read_formatted_input.go scanop_read_formatted_input fmt.Scanf() で書式化された入力値を読み取るサンプルです.

Documentation

Overview

Package scanop -- Go言語のfmt.Scan系の動きに関するサンプルが配置されています.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRegister

func NewRegister() mapping.Register

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

func ReadFormattedInput

func ReadFormattedInput() error

ReadFormattedInput は、fmt.Scanf() で書式化された入力値を読み取るサンプルです.

REFERENCES

func ReadMultipleInput

func ReadMultipleInput() error

ReadMultipleInput は、fmt.Scan() で複数の値を読み取るサンプルです.

REFERENCES

func ReadOneInput

func ReadOneInput() error

ReadOneInput は、fmt.Scan() で一つの値を読み取るサンプルです.

REFERENCES

Types

This section is empty.

Jump to

Keyboard shortcuts

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