FedP2P/metainfo/piece_key.go

7 lines
72 B
Go
Raw Normal View History

package metainfo
type PieceKey struct {
InfoHash Hash
Index int
}