We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5d12a commit f09b893Copy full SHA for f09b893
src/compress/zlib/example_test.go
@@ -19,7 +19,7 @@ func ExampleNewWriter() {
19
w.Write([]byte("hello, world\n"))
20
w.Close()
21
fmt.Println(b.Bytes())
22
- // Output: [120 156 202 72 205 201 201 215 81 40 207 47 202 73 225 2 4 0 0 255 255 33 231 4 147]
+ // Output: [120 156 0 13 0 242 255 104 101 108 108 111 44 32 119 111 114 108 100 10 3 0 33 231 4 147]
23
}
24
25
func ExampleNewReader() {
0 commit comments