forked from TrueCloudLab/frostfs-sdk-go
[#322] *: Go fmt -s
go1.19 rewrites comments to proper render them in docs. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
7537fa0dec
commit
84888854ab
69 changed files with 272 additions and 219 deletions
|
@ -17,8 +17,8 @@ func NewRangeFromV2(rV2 *object.Range) *Range {
|
|||
// NewRange creates and initializes blank Range.
|
||||
//
|
||||
// Defaults:
|
||||
// - offset: 0;
|
||||
// - length: 0.
|
||||
// - offset: 0;
|
||||
// - length: 0.
|
||||
func NewRange() *Range {
|
||||
return NewRangeFromV2(new(object.Range))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue