]> Sergey Matveev's repositories - btrtrc.git/blobdiff - storage/interface.go
New go fmt on doc comments
[btrtrc.git] / storage / interface.go
index 3d1bfb3bfe27880990a1ff318103b1bc1851cbfb..b28a52b0efb8cfa1d47556e4e461c6e4a9caebdf 100644 (file)
@@ -30,8 +30,9 @@ type TorrentImpl struct {
 }
 
 // Interacts with torrent piece data. Optional interfaces to implement include:
-//   io.WriterTo, such as when a piece supports a more efficient way to write out incomplete chunks.
-//   SelfHashing, such as when a piece supports a more efficient way to hash its contents.
+//
+//     io.WriterTo, such as when a piece supports a more efficient way to write out incomplete chunks.
+//     SelfHashing, such as when a piece supports a more efficient way to hash its contents.
 type PieceImpl interface {
        // These interfaces are not as strict as normally required. They can
        // assume that the parameters are appropriate for the dimensions of the