f7172adf18
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
8 lines
245 B
Go
8 lines
245 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
|