Skip to content

Instantly share code, notes, and snippets.

@VojtechVitek
Last active December 13, 2016 21:40
Show Gist options
  • Select an option

  • Save VojtechVitek/be32d1d553072ddfbebce7cce23e6290 to your computer and use it in GitHub Desktop.

Select an option

Save VojtechVitek/be32d1d553072ddfbebce7cce23e6290 to your computer and use it in GitHub Desktop.
package zlib
import (
"bytes"
"io"
"testing"
)
type zlibTest struct {
desc string
raw string
compressed []byte
dict []byte
err error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment