]> Sergey Matveev's repositories - btrtrc.git/blob - metainfo/piece_key.go
Remove the InfoEx type, and don't generate its infohash on the fly
[btrtrc.git] / metainfo / piece_key.go
1 package metainfo
2
3 type PieceKey struct {
4         InfoHash Hash
5         Index    int
6 }