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
|
@ -21,9 +21,9 @@ func NewSplitInfoFromV2(v2 *object.SplitInfo) *SplitInfo {
|
|||
// NewSplitInfo creates and initializes blank SplitInfo.
|
||||
//
|
||||
// Defaults:
|
||||
// - splitID: nil;
|
||||
// - lastPart nil;
|
||||
// - link: nil.
|
||||
// - splitID: nil;
|
||||
// - lastPart nil;
|
||||
// - link: nil.
|
||||
func NewSplitInfo() *SplitInfo {
|
||||
return NewSplitInfoFromV2(new(object.SplitInfo))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue