mirror of https://github.com/golang/go.git
format
This commit is contained in:
parent
ebac3e8ec1
commit
c5d79ca792
|
|
@ -633,7 +633,7 @@ func TestWriterAddFS(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
|
||||
// Add subfolder into fsys to match what we'll read from the tar.
|
||||
// Add subfolder into fsys to match what we'll read from the zip.
|
||||
tests = append(tests[:2:2], WriteTest{Name: "subfolder", Mode: 0o555 | os.ModeDir}, tests[2])
|
||||
|
||||
// read it back
|
||||
|
|
|
|||
Loading…
Reference in New Issue