84888854ab
go1.19 rewrites comments to proper render them in docs. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
7 lines
244 B
Go
7 lines
244 B
Go
/*
|
|
Package cid provides primitives to work with container identification in NeoFS.
|
|
|
|
Using package types in an application is recommended to potentially work with
|
|
different protocol versions with which these types are compatible.
|
|
*/
|
|
package cid
|