84888854ab
go1.19 rewrites comments to proper render them in docs. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
9 lines
321 B
Go
9 lines
321 B
Go
/*
|
|
Package subnetid provides primitives to work with subnet identification in NeoFS.
|
|
|
|
ID type is used for global subnet identity inside the NeoFS network.
|
|
|
|
Using package types in an application is recommended to potentially work with
|
|
different protocol versions with which these types are compatible.
|
|
*/
|
|
package subnetid
|