]> Cypherpunks repositories - gostls13.git/commit
archive/zip, archive/tar: writer appends slash to directory names
authoryincong <yincong@baidu.com>
Wed, 22 Jan 2025 02:23:08 +0000 (02:23 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 28 Jan 2025 04:20:09 +0000 (20:20 -0800)
commitf8937cb6255970de3f0c8cbccc5253ae81249c47
tree2017ae26bd963e0e8a508b1d1012528991f7be5b
parent11e08d9d96fa13346d50b5f728058f2f2647664a
archive/zip, archive/tar: writer appends slash to directory names

Fixes #71235

Change-Id: I62aebb9d421db0e4b57ad5cae25c70f47aa5f8f9
GitHub-Last-Rev: 6e0fba07dd128e20e32a3a6258edf80ee91d4690
GitHub-Pull-Request: golang/go#71239
Reviewed-on: https://go-review.googlesource.com/c/go/+/642375
Reviewed-by: Jonathan Amsterdam <jba@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
src/archive/tar/writer.go
src/archive/tar/writer_test.go
src/archive/zip/writer.go
src/archive/zip/writer_test.go