bittorrent related things
Find a file
Yves Junqueira 59d18812e8 Use the "go" tool for building.
Change the package structure so it can be imported as
"github.com/jackpal/Taipei-Torrent".

Remove Makefiles and helper scripts. To build, use "go build" (works
with weekly.2012-01-15).

To clean, use "go clean" (not yet available in the current weekly).

Note that the go tool expects the source code to be in a very specific
directory. See: http://tip.golang.org/doc/code.html
2012-01-19 22:18:39 +01:00
bencode_test.go Update bencode for weekly.2011-12-06 2011-12-17 20:36:20 +01:00
decode.go Update bencode for weekly.2011-12-06 2011-12-17 20:36:20 +01:00
LICENSE Initial commit 2010-01-06 23:38:33 +08:00
parse.go Update bencode for weekly.2011-12-06 2011-12-17 20:36:20 +01:00
struct.go Update bencode for weekly.2011-12-06 2011-12-17 20:36:20 +01:00