blob: ac3f2c51d49536494fbcf98a234aa510da6466d3 [file] [log] [blame] [view]
# bencode
[![GoDoc](https://godoc.org/github.com/zeebo/bencode?status.svg)](https://godoc.org/github.com/zeebo/bencode) [![Build Status](https://travis-ci.org/zeebo/bencode.png?branch=master)](https://travis-ci.org/zeebo/bencode) [![Sourcegraph](https://sourcegraph.com/github.com/zeebo/bencode/-/badge.svg)](https://sourcegraph.com/github.com/zeebo/bencode?badge)
Bencode is a library for encoding/decoding bencoded data into Go data structures.
The api is designed to be similar to the JSON api in the Go standard library.
## Documentation
Documentation at http://godoc.org/github.com/zeebo/bencode