• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

fuzz/corpus/H11-Apr-2017-3,5303,473

.gitignoreH A D11-Apr-201711 21

.travis.ymlH A D11-Apr-201750 86

LICENSEH A D11-Apr-20171 KiB2319

README.mdH A D11-Apr-2017600 1814

encode.goH A D11-Apr-20177.1 KiB396306

encode_test.goH A D11-Apr-20172.4 KiB11091

fuzz.goH A D11-Apr-2017206 1813

ogorek.goH A D11-Apr-201721.3 KiB998852

ogorek_test.goH A D11-Apr-201717.6 KiB377321

README.md

1ogórek
2======
3[![GoDoc](https://godoc.org/github.com/kisielk/og-rek?status.svg)](https://godoc.org/github.com/kisielk/og-rek)
4[![Build Status](https://travis-ci.org/kisielk/og-rek.svg?branch=master)](https://travis-ci.org/kisielk/og-rek)
5
6ogórek is a Go library for encoding and decoding pickles.
7
8Fuzz Testing
9------------
10Fuzz testing has been implemented for the decoder. To run fuzz tests do the following:
11
12```
13go get github.com/dvyukov/go-fuzz/go-fuzz
14go get github.com/dvyukov/go-fuzz/go-fuzz-build
15go-fuzz-build github.com/kisielk/og-rek
16go-fuzz -bin=./ogórek-fuzz.zip -workdir=./fuzz
17```
18