directory
0.0.0-20240119052524-3363882ba0c5
Repository: https://github.com/postmannen/go-learning.git
Documentation: pkg.go.dev
# Packages
io.Reader is an interface of type Reader, that is defined within the io package.
No description provided by the author
No description provided by the author
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 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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author