8 lignes
104 o
Go
8 lignes
104 o
Go
|
package metainfo
|
||
|
|
||
|
// Uniquely identifies a piece.
|
||
|
type PieceKey struct {
|
||
|
InfoHash Hash
|
||
|
Index int
|
||
|
}
|