We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86f804d + f7e8250 commit 1880999Copy full SHA for 1880999
1 file changed
README.md
@@ -9,7 +9,7 @@ Use [`io.NewSectionReader`](https://pkg.go.dev/io#NewSectionReader) to wrap [`io
9
f, _ := os.Open("a.qcow2")
10
defer f.Close()
11
img, _ := qcow2reader.Open(f)
12
-r, _ := io.NewSectionReader(img, 0, img.Size()))
+r := io.NewSectionReader(img, 0, img.Size()))
13
```
14
15
The following features are not supported yet:
0 commit comments