Documentation ¶
Overview ¶
The aim of this program is to perform file read based on specified byte size as user input. The usage of the program is: go run readSize.go <byte_size> <file_to_be_read> Example usage `go run readSize.go 12 readSize.go` would produce output: `package main` Only 12 bytes are printed, sinbce we specified that as an input.
Click to show internal directories.
Click to hide internal directories.