2
0
mirror of synced 2025-02-24 14:48:27 +00:00
torrent/metainfo/piece_key.go
2016-09-16 11:18:36 +10:00

8 lines
104 B
Go

package metainfo
// Uniquely identifies a piece.
type PieceKey struct {
InfoHash Hash
Index int
}