codekingpro commited on
Commit
6d1c102
·
verified ·
1 Parent(s): 7a81b2f

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. go/src/archive/tar/testdata/file-and-dir.tar +3 -0
  3. go/src/archive/tar/testdata/gnu-incremental.tar +3 -0
  4. go/src/archive/tar/testdata/gnu-long-nul.tar +3 -0
  5. go/src/archive/tar/testdata/gnu-multi-hdrs.tar +3 -0
  6. go/src/archive/tar/testdata/gnu-nil-sparse-data.tar +3 -0
  7. go/src/archive/tar/testdata/gnu-nil-sparse-hole.tar +3 -0
  8. go/src/archive/tar/testdata/gnu-not-utf8.tar +3 -0
  9. go/src/archive/tar/testdata/gnu-sparse-big.tar.base64 +3 -0
  10. go/src/archive/tar/testdata/gnu-sparse-many-zeros.tar.bz2 +3 -0
  11. go/src/archive/tar/testdata/gnu-utf8.tar +3 -0
  12. go/src/archive/tar/testdata/gnu.tar +3 -0
  13. go/src/archive/zip/testdata/comment-truncated.zip +3 -0
  14. go/src/archive/zip/testdata/crc32-not-streamed.zip +3 -0
  15. go/src/archive/zip/testdata/dd.zip +3 -0
  16. go/src/archive/zip/testdata/dupdir.zip +3 -0
  17. go/src/archive/zip/testdata/go-with-datadesc-sig.zip +3 -0
  18. go/src/archive/zip/testdata/gophercolor16x16.png +3 -0
  19. go/src/archive/zip/testdata/readme.zip +3 -0
  20. go/src/archive/zip/testdata/subdir.zip +3 -0
  21. go/src/archive/zip/testdata/symlink.zip +3 -0
  22. go/src/archive/zip/testdata/test-badbase.zip +3 -0
  23. go/src/archive/zip/testdata/test-baddirsz.zip +3 -0
  24. go/src/archive/zip/testdata/test-prefix.zip +3 -0
  25. go/src/archive/zip/testdata/test-trailing-junk.zip +3 -0
  26. go/src/archive/zip/testdata/test.zip +3 -0
  27. go/src/archive/zip/testdata/time-22738.zip +3 -0
  28. go/src/archive/zip/testdata/time-7zip.zip +3 -0
  29. go/src/archive/zip/testdata/time-go.zip +3 -0
  30. go/src/archive/zip/testdata/time-infozip.zip +3 -0
  31. go/src/archive/zip/testdata/time-osx.zip +3 -0
  32. go/src/archive/zip/testdata/time-win7.zip +3 -0
  33. go/src/archive/zip/testdata/time-winrar.zip +3 -0
  34. go/src/archive/zip/testdata/time-winzip.zip +3 -0
  35. go/src/archive/zip/testdata/unix.zip +3 -0
  36. go/src/archive/zip/testdata/utf8-7zip.zip +3 -0
  37. go/src/archive/zip/testdata/utf8-infozip.zip +3 -0
  38. go/src/archive/zip/testdata/utf8-osx.zip +3 -0
  39. go/src/archive/zip/testdata/utf8-winrar.zip +3 -0
  40. go/src/archive/zip/testdata/utf8-winzip.zip +3 -0
  41. go/src/archive/zip/testdata/winxp.zip +3 -0
  42. go/src/archive/zip/testdata/zip64-2.zip +3 -0
  43. go/src/archive/zip/testdata/zip64.zip +3 -0
  44. go/src/cmd/compile/default.pgo +3 -0
  45. go/src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2 +3 -0
  46. go/src/compress/bzip2/testdata/pass-random1.bin +3 -0
  47. go/src/compress/bzip2/testdata/pass-random1.bz2 +3 -0
  48. go/src/compress/bzip2/testdata/pass-random2.bin +3 -0
  49. go/src/compress/bzip2/testdata/pass-random2.bz2 +3 -0
  50. go/src/compress/bzip2/testdata/pass-sawtooth.bz2 +3 -0
.gitattributes CHANGED
@@ -3618,3 +3618,4 @@ micromamba_root/envs/pytorch_env/Lib/site-packages/transformers/models/moshi/__p
3618
  go/src/debug/pe/testdata/gcc-amd64-mingw-exec filter=lfs diff=lfs merge=lfs -text
3619
  go/src/crypto/internal/boring/syso/goboringcrypto_linux_amd64.syso filter=lfs diff=lfs merge=lfs -text
3620
  go/src/crypto/internal/boring/syso/goboringcrypto_linux_arm64.syso filter=lfs diff=lfs merge=lfs -text
 
 
3618
  go/src/debug/pe/testdata/gcc-amd64-mingw-exec filter=lfs diff=lfs merge=lfs -text
3619
  go/src/crypto/internal/boring/syso/goboringcrypto_linux_amd64.syso filter=lfs diff=lfs merge=lfs -text
3620
  go/src/crypto/internal/boring/syso/goboringcrypto_linux_arm64.syso filter=lfs diff=lfs merge=lfs -text
3621
+ go/src/cmd/compile/default.pgo filter=lfs diff=lfs merge=lfs -text
go/src/archive/tar/testdata/file-and-dir.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97b7612d21901a62cb80af3b976878da051b512f0a8018c16931ffd6e176067b
3
+ size 2560
go/src/archive/tar/testdata/gnu-incremental.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:675b784cae33a0a4856b66b1752a3892455b983f505d3e27505b07a525d61055
3
+ size 2560
go/src/archive/tar/testdata/gnu-long-nul.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:146a47c77ea4b77dff0d94403a80e6164629262d66ec56d8dbad0195174c8a47
3
+ size 2560
go/src/archive/tar/testdata/gnu-multi-hdrs.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3e3e97854feebc6ee48069dc759b93e32c432109ca146ee691d61dc34fedb7b
3
+ size 4608
go/src/archive/tar/testdata/gnu-nil-sparse-data.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd8462155e49f06b82b17b8c4c871d85d322e2d95e2fc3108fad51f1f4ce107
3
+ size 2560
go/src/archive/tar/testdata/gnu-nil-sparse-hole.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506d08fe8bbee110612f4672e632e5e9a6373cafba15cbd5866bdd09e3f79d2b
3
+ size 1536
go/src/archive/tar/testdata/gnu-not-utf8.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3560b7b37f487f1c41a46b39b74d9f00a52d6b9f3430d64a6e42544df3c14c95
3
+ size 1536
go/src/archive/tar/testdata/gnu-sparse-big.tar.base64 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e2b7f4874cd30d8920cceb7617a161e1bb6864fc3c7af88f563381d143ae21b
3
+ size 6918
go/src/archive/tar/testdata/gnu-sparse-many-zeros.tar.bz2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e60a5c548deccd51d0a8523323ffa322e4ab2b0e4f5472a5966a9e8d66b919
3
+ size 1642
go/src/archive/tar/testdata/gnu-utf8.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d46bde4ea43f780c4f184a7ef11b11cdde9f9e02d6892a03c67d9b6c6608973
3
+ size 2560
go/src/archive/tar/testdata/gnu.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4635a876c70af74b13976fdf86811e809ec29dc1ccb2a18c1174a493240edf8b
3
+ size 3072
go/src/archive/zip/testdata/comment-truncated.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898b98f14b279d1a79c9e9d3e15d92f7ec630bb6990226ecb693a80c4bf0696c
3
+ size 216
go/src/archive/zip/testdata/crc32-not-streamed.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbf109e827cd301e67ef3b08082db8e0bacd9d7fe7e517278bf41821d3207898
3
+ size 314
go/src/archive/zip/testdata/dd.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcec917ea7852418f21c2b8fe67c8355fd6ff0e875c5bc3718e1b8684a064171
3
+ size 154
go/src/archive/zip/testdata/dupdir.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80a6fbb7eb70527702bb1312d0ecf41c282b5c6910e47abe93858ce296cfbc93
3
+ size 458
go/src/archive/zip/testdata/go-with-datadesc-sig.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6be41a66578438afdda77edfaec1857ca553fa091dc31a2bd7db0d8a3a3e9a30
3
+ size 242
go/src/archive/zip/testdata/gophercolor16x16.png ADDED

Git LFS Details

  • SHA256: f29bb9177d08fb50027e74a37eb00a69906a5994dc55a041670703efe4ecfdc9
  • Pointer size: 128 Bytes
  • Size of remote file: 785 Bytes
go/src/archive/zip/testdata/readme.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ee76aa8a1c2ce04924b43424bf9d1b3138f812a80d6239f06f1133876f50d40
3
+ size 1886
go/src/archive/zip/testdata/subdir.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d57eff008fa79aab7d863c5e003d2bc35a5f734a9eac8b62289b9c6c395bb71f
3
+ size 428
go/src/archive/zip/testdata/symlink.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c871234a8d0c8787eacb357e53245d6663803fef1750518204a1aa97ec321f62
3
+ size 173
go/src/archive/zip/testdata/test-badbase.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d11fa637a1153619ed3443401942d242238519feb24233bc1965a693b5f0d326
3
+ size 1170
go/src/archive/zip/testdata/test-baddirsz.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60452121e8533c13ae22ce41a2539278049ffb63a08e1fea3d7239b7e627e55a
3
+ size 1170
go/src/archive/zip/testdata/test-prefix.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d88728cfbbc295b8e146bde1e21fd4514ea60cc9909eb9ddb7537b0d448bfcea
3
+ size 1227
go/src/archive/zip/testdata/test-trailing-junk.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb77caa34accd11067629705ceb3d7cb01868134ae56fca3f9c6348dbd585d4
3
+ size 1184
go/src/archive/zip/testdata/test.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36d2ee9fbc41f7fe0b2717dc4b1fdc1978c9396dd28f3398b1f3a1a29dc146c
3
+ size 1170
go/src/archive/zip/testdata/time-22738.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffecd2607b24eb31a12d3d94b8cf951c48b2e17c66b19d71150fb98da0a727e3
3
+ size 140
go/src/archive/zip/testdata/time-7zip.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12e1b7b71a0943547acca38516aef5d89d2466c79dae5279a915389b7beace4d
3
+ size 150
go/src/archive/zip/testdata/time-go.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45c2b43fd74e27b3a511a2f3f31de08651689366e4344ff5e4a644b3be35f4b9
3
+ size 148
go/src/archive/zip/testdata/time-infozip.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e129eb30eeda61f7bec57f7708047750e4cf6add713a289d4b879b394459846
3
+ size 166
go/src/archive/zip/testdata/time-osx.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c374ae7910a6b6b8499c0bb7757474456450c994bf39dbe4d9a1ab8361f50856
3
+ size 142
go/src/archive/zip/testdata/time-win7.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28774f00d29804f65a6af708a125d9b56ea20a98b1681ae4ab0e001474710e2a
3
+ size 114
go/src/archive/zip/testdata/time-winrar.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:058b9c059e88fcd17d8e8bee4239f31073969c8affa4993498dbb7e5c1508518
3
+ size 150
go/src/archive/zip/testdata/time-winzip.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1ae5e20dc1608e8fda463f6d19c667f1dd2ce290981565528a1e11ac7452bfa
3
+ size 150
go/src/archive/zip/testdata/unix.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae84fe91799e805724d20949195c4476aa4e7c124a9229c79987a4f7e0cdb178
3
+ size 620
go/src/archive/zip/testdata/utf8-7zip.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda31b416bcacec89be0a8e1a9fe8f16b07b1761b34285a073f3cdde25209c4e
3
+ size 146
go/src/archive/zip/testdata/utf8-infozip.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d73791c790a2e4593a207d5e9ef7a5fdcb937db571be85747421b951655c98f6
3
+ size 162
go/src/archive/zip/testdata/utf8-osx.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da98564f0188c6ea25c5a681adac2bcf402a22b7e16bfdf087034be9e8b17a5
3
+ size 138
go/src/archive/zip/testdata/utf8-winrar.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41036f0d011ae1c98de383360b1e26eb41f216cea17ab909f8fcf027ba20791
3
+ size 146
go/src/archive/zip/testdata/utf8-winzip.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f04b2fca5ebaac681e7ca1f859bc0a1abe4193800255a449b2a3a871dc3f64a0
3
+ size 146
go/src/archive/zip/testdata/winxp.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60fd70a6de4cc16363b5a424bcf703f5345f01c6a0595f5246ae12822bf719d
3
+ size 412
go/src/archive/zip/testdata/zip64-2.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:941bf893b024dcb2269684357b6df18ca747ce873d6bdc626796572bf3a3f9e3
3
+ size 266
go/src/archive/zip/testdata/zip64.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1a659d5a2d292682a17d789834d97b97650b6a8d188799ac1166fd85ace7dbd
3
+ size 242
go/src/cmd/compile/default.pgo ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7355ec9e3c8bf05e214b202174ede4205092f852124e6f7f7287e22f6b5d980
3
+ size 293923
go/src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:021d07ccf2ab164a4c9d06ca7d9989cf91cbefe7f7711daf10ffd42f8d30a52f
3
+ size 132469
go/src/compress/bzip2/testdata/pass-random1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eea061995fd69c02f928c1380b79e7894cb9ea578b37ffa990e71623189807d
3
+ size 1024
go/src/compress/bzip2/testdata/pass-random1.bz2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9900d9404c6c4c93a2262adf371188e6009fd00a8b4094418196d68d39636cf
3
+ size 1309
go/src/compress/bzip2/testdata/pass-random2.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9d71ac94235087c89c86dc09bbd3753e0ad1f5dfc749811c6982781a5ba09fe
3
+ size 65
go/src/compress/bzip2/testdata/pass-random2.bz2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54970d3d3db19b2fe2e3eaf8ae84bb6404b04105009c402090ad24697edaa61e
3
+ size 125
go/src/compress/bzip2/testdata/pass-sawtooth.bz2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2ea87906abc369de1bdbb38148a0a213ab40eca28813b74ae66b0017fdc0c2d
3
+ size 2017