Allow periods in tags
1 file changed
tree: 3c0b448c8fb68d0bf8dca63a45a5a525c1026d5b
  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://zeebo.github.com/bencode or http://godoc.org/github.com/zeebo/bencode