]> Sergey Matveev's repositories - btrtrc.git/blobdiff - protocol.go
Drop support for go 1.20
[btrtrc.git] / protocol.go
index 3faeb6ecc37aa74bb0bb7774b3e438ef7bc4664f..82e36d35700e6a4a5ba6e6d258ad9a1cd6cc8cf3 100644 (file)
@@ -4,6 +4,6 @@ import (
        pp "github.com/anacrolix/torrent/peer_protocol"
 )
 
-func makeCancelMessage(r request) pp.Message {
+func makeCancelMessage(r Request) pp.Message {
        return pp.MakeCancelMessage(r.Index, r.Begin, r.Length)
 }