changed the readme for some reason
1 file changed
tree: fd51c51753dc5da4ec3306a927d74da61ba4e86e
  1. .gitignore
  2. chunker.go
  3. decode.go
  4. decode_test.go
  5. doc.go
  6. encode.go
  7. encode_test.go
  8. lex.go
  9. parse.go
  10. README.md
  11. tag.go
  12. 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.

This is a test