fix decode doc accident. fix bug involving name sorting with struct tag options
3 files changed
tree: 4b047c70cfc907379ebe010bd4aab2d3d0af5a27
  1. .gitignore
  2. decode.go
  3. decode_test.go
  4. doc.go
  5. encode.go
  6. encode_test.go
  7. example_test.go
  8. raw.go
  9. README.md
  10. tag.go
  11. tracer.go
README.md

bencode

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.

Build status

Current build status:

Documentation

Documentation at http://zeebo.github.com/bencode or http://gopkgdoc.appspot.com/pkg/github.com/zeebo/bencode