This website requires JavaScript.
Explore
Help
Sign In
status-im
/
torrent
Watch
2
Star
0
Fork
0
You've already forked torrent
mirror of
synced
2025-02-24 06:38:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
torrent
/
bencode
History
nsf
27b64a002c
Add a couple of decode tests, fix empty slice bug.
2012-06-22 19:34:26 +06:00
..
_testdata
Initial commit.
2012-06-20 19:21:32 +06:00
api.go
Add missing interface definitions.
2012-06-22 19:34:04 +06:00
both_test.go
Initial commit.
2012-06-20 19:21:32 +06:00
decode_test.go
Add a couple of decode tests, fix empty slice bug.
2012-06-22 19:34:26 +06:00
decode.go
Add a couple of decode tests, fix empty slice bug.
2012-06-22 19:34:26 +06:00
encode_test.go
Initial commit.
2012-06-20 19:21:32 +06:00
encode.go
Initial commit.
2012-06-20 19:21:32 +06:00
README
Initial commit.
2012-06-20 19:21:32 +06:00
tags.go
Initial commit.
2012-06-20 19:21:32 +06:00
README
Bencode encoding/decoding sub package. Uses similar API design to Go's json package.