package
0.4.1
Repository: https://github.com/bradleypeabody/tinygo.git
Documentation: pkg.go.dev

# Functions

NewFile returns a new File with the given file descriptor and name.

# Variables

Portable analogs of some common system call errors.
Stdin, Stdout, and Stderr are open Files pointing to the standard input, standard output, and standard error file descriptors.
Stdin, Stdout, and Stderr are open Files pointing to the standard input, standard output, and standard error file descriptors.
Stdin, Stdout, and Stderr are open Files pointing to the standard input, standard output, and standard error file descriptors.

# Structs

File represents an open file descriptor.