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.
- Host: GitHub
- URL: https://github.com/kisielk/og-rek
- Owner: kisielk
- License: mit
- Created: 2013-09-17T05:42:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T21:03:50.000Z (about 1 year ago)
- Last Synced: 2024-10-14T12:12:25.268Z (12 months ago)
- Topics: go, pickle
- Language: Go
- Homepage:
- Size: 919 KB
- Stars: 60
- Watchers: 12
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ogórek
======
[](https://godoc.org/github.com/kisielk/og-rek)
[](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
```