remove EncodeBool
1 file changed
tree: b8c6fdd96227cb8d7b9368d438fd6ddb8712b860
  1. .gitignore
  2. AUTHORS
  3. decode.go
  4. decode_test.go
  5. doc.go
  6. encode.go
  7. encode_test.go
  8. example_test.go
  9. LICENSE
  10. raw.go
  11. README.md
  12. tag.go
  13. 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://godoc.org/github.com/zeebo/bencode