We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c36a20 commit c97f013Copy full SHA for c97f013
memfs/memfs_test.go
@@ -389,7 +389,7 @@ func TestOpen(t *testing.T) {
389
if err != nil {
390
t.Errorf("Open: %s", err)
391
}
392
- if err := f2.Close(); err != nil {
+ if err := f2.Close(); err != nil {
393
t.Errorf("Close: %s", err)
394
395
readonly.go
@@ -3,7 +3,6 @@ package vfs
3
import (
4
"errors"
5
"os"
6
-
7
)
8
9
// ReadOnly creates a readonly wrapper around the given filesystem.
0 commit comments