added examples to repo
1 file changed
tree: f281043e465bb650be6071682f19589943e579e3
  1. .gitignore
  2. chunker.go
  3. decode.go
  4. decode_test.go
  5. doc.go
  6. encode.go
  7. encode_test.go
  8. example_test.go
  9. lex.go
  10. parse.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.

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