io/

directory
v0.0.0-...-1947b9d Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0

Directories

Path Synopsis
Example for using io.Copy to copy directly from STDIN which is an io.Reader to STDOUT which is an io.Writer.
Example for using io.Copy to copy directly from STDIN which is an io.Reader to STDOUT which is an io.Writer.
bufio
01-
bytes
file
pipe
01
reader
01-reading-a-file-in-chuncks-of-a-bytes
io.Reader is an interface of type Reader, that is defined within the io package.
io.Reader is an interface of type Reader, that is defined within the io package.
04-creating-my-first-Read-Method
The purpose of this program is to create a new type called storage, which can hold some data of type string The storage type shall have a read method, to read the content of the storage into a variable.
The purpose of this program is to create a new type called storage, which can hold some data of type string The storage type shall have a read method, to read the content of the storage into a variable.
04.2-creating-my-first-Read-Method-with-func-accepting-io.Reader
The purpose of this program is to test creating a Read Method who follows the rule for Read methods, by taking a []byte as input, and returning n characters read, and an error telling when done or failed.
The purpose of this program is to test creating a Read Method who follows the rule for Read methods, by taking a []byte as input, and returning n characters read, and an error telling when done or failed.
06
utils
02-ReadAll
ioutil testing ioutil is a package with some functions to make file reading and writing easier.
ioutil testing ioutil is a package with some functions to make file reading and writing easier.
writer

Jump to

Keyboard shortcuts

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