Improve current comments for better documents.
Comments like the below are hardly conveying additional information regarding the function.
(In torrent/download.go)
//RequestPiece requests a piece
func RequestPiece()
(In torrent/message_utils.go)
//ParseMsg parses a message.
func ParseMsg()
Improve current comments for better documents.
Comments like the below are hardly conveying additional information regarding the function.
(In torrent/download.go)
//RequestPiece requests a piecefunc RequestPiece()(In torrent/message_utils.go)
//ParseMsg parses a message.func ParseMsg()