oops actually fix the reported bug
1 file changed
tree: 9aeb4f2416a80f627f4e10a68b1b9b4e9ddeedc5
  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. go.mod
  12. LICENSE
  13. raw.go
  14. README.md
  15. tag.go
  16. 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