1
0
Fork 0

Adding upstream version 3.5.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 18:07:37 +02:00
parent e37d4622a7
commit 097626e61a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
57 changed files with 6023 additions and 0 deletions

BIN
testdata/corpus/already-compressed.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View file

@ -0,0 +1,2 @@
"interface{} says nothing."
- Rob Pike

2
testdata/corpus/proverbs/proverb1.txt vendored Normal file
View file

@ -0,0 +1,2 @@
"Channels orchestrate; mutexes serialize."
- Rob Pike

2
testdata/corpus/proverbs/proverb2.txt vendored Normal file
View file

@ -0,0 +1,2 @@
"A little copying is better than a little dependency."
- Rob Pike

2
testdata/corpus/quote1.txt vendored Normal file
View file

@ -0,0 +1,2 @@
"Go has generics; they're called interfaces."
- Matt Holt