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
|
@ -6,9 +6,11 @@ the API.
|
|||
|
||||
In most of the cases it will be enough to use the latest supported NeoFS API
|
||||
version in SDK:
|
||||
|
||||
ver := version.Current()
|
||||
|
||||
It is possible to specify arbitrary version by setting major and minor numbers:
|
||||
|
||||
var ver version.Version
|
||||
ver.SetMajor(2)
|
||||
ver.SetMinor(5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue