std

package
v0.0.0-...-d0f7b5f Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package std supplies devices for std.In and std.Out.

Index

Constants

This section is empty.

Variables

View Source
var (
	//Out is os.Stdout wrapped to be a stdio.Writer.
	Out = &stdout{bufio.NewWriter(os.Stdout)}
	//In is os.Stdin wrapped to be a stdio.Reader.
	In = &stdin{bufio.NewReader(os.Stdin)}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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