Remove map usage
1 file changed
tree: f42ce80392797a9598e73394ee6a3a806d66a63a
  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.

Documentation

Documentation at http://godoc.org/github.com/zeebo/bencode