An open API service indexing awesome lists of open source software.

https://github.com/kisielk/og-rek

ogórek is a Go library for encoding and decoding pickles.
https://github.com/kisielk/og-rek

go pickle

Last synced: 6 months ago
JSON representation

ogórek is a Go library for encoding and decoding pickles.

Awesome Lists containing this project

README

          

ogórek
======
[![GoDoc](https://godoc.org/github.com/kisielk/og-rek?status.svg)](https://godoc.org/github.com/kisielk/og-rek)
[![Build Status](https://github.com/kisielk/og-rek/actions/workflows/ci.yml/badge.svg)](https://github.com/kisielk/og-rek/actions/workflows/ci.yml)

ogórek is a Go library for encoding and decoding pickles.

Fuzz Testing
------------
Fuzz testing has been implemented for decoder and encoder. To run fuzz tests do the following:

```
go get github.com/dvyukov/go-fuzz/go-fuzz
go get github.com/dvyukov/go-fuzz/go-fuzz-build
go-fuzz-build github.com/kisielk/og-rek
go-fuzz -bin=./ogórek-fuzz.zip -workdir=./fuzz
```