fix warnings and formatting issues
2 files changed
tree: 5a7f4265c6bd7a790f652d9d123c78cda847039c
  1. .gitignore
  2. AUTHORS
  3. decode.go
  4. decode_test.go
  5. doc.go
  6. encode.go
  7. encode_decode_test.go
  8. encode_test.go
  9. example_test.go
  10. LICENSE
  11. raw.go
  12. README.md
  13. tag.go
  14. 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