go-bt/bencode
Vincent Batts 0d6d4580ca bencode.Unmarshal
* matching its behavior to encoding/json.Unmarshal
* adding test for Unmarshal
2014-08-14 15:42:20 -04:00
..
bencode_test.go switching bencode.Marshal to match other encoders 2014-08-14 15:27:07 -04:00
decode.go gofmt and update encoding tags 2014-08-14 15:19:42 -04:00
LICENSE move bencode to subdirectory 2014-08-14 14:27:17 -04:00
parse.go move bencode to subdirectory 2014-08-14 14:27:17 -04:00
README.md move bencode to subdirectory 2014-08-14 14:27:17 -04:00
struct.go bencode.Unmarshal 2014-08-14 15:42:20 -04:00
struct_test.go bencode.Unmarshal 2014-08-14 15:42:20 -04:00

this is a copy from code.google.com/p/bencode-go