From: Matt Joiner Date: Tue, 19 Oct 2021 02:39:31 +0000 (+1100) Subject: go fmt X-Git-Tag: v1.34.0^2~21 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=11e1080b4089ccddab1b4b6ca01af95b8a944330;p=btrtrc.git go fmt --- diff --git a/spec.go b/spec.go index a69e2093..60c774cf 100644 --- a/spec.go +++ b/spec.go @@ -30,7 +30,7 @@ type TorrentSpec struct { ChunkSize pp.Integer // TODO: Move into a "new" Torrent opt type. Storage storage.ClientImpl - + DisableInitialPieceCheck bool // Whether to allow data download or upload