Merge remote-tracking branch 'yourabi/master'
This commit is contained in:
commit
6e48a2324e
@ -32,7 +32,8 @@ func main() {
|
||||
// parts of a file are read. For these tasks, start
|
||||
// by `Open`ing a file to obtain an `os.File` value.
|
||||
f, err := os.Open("/tmp/dat")
|
||||
|
||||
check(err)
|
||||
|
||||
// Read some bytes from the beginning of the file.
|
||||
// Allow up to 5 to be read but also note how many
|
||||
// actually were read.
|
||||
|
Loading…
x
Reference in New Issue
Block a user