We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54c2491 + b6c57af commit 7d72039Copy full SHA for 7d72039
example_test.go
@@ -41,6 +41,7 @@ func Example() {
41
if _, err := f.Write([]byte("Hello world!")); err != nil {
42
log.Fatal(err)
43
}
44
+ f.Close()
45
46
// check it's there
47
fi, err := client.Lstat("hello.txt")
0 commit comments