add travis config and badges
2 files changed
tree: a2e2c4e8168092daebb0170829d75c08975fec4e
  1. .gitignore
  2. .travis.yml
  3. AUTHORS
  4. decode.go
  5. decode_test.go
  6. doc.go
  7. encode.go
  8. encode_decode_test.go
  9. encode_test.go
  10. example_test.go
  11. LICENSE
  12. raw.go
  13. README.md
  14. tag.go
  15. tracer.go
README.md

bencode

GoDoc Build Status Sourcegraph

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