forked from TrueCloudLab/frostfs-sdk-go
9 lines
242 B
Go
9 lines
242 B
Go
|
/*
|
||
|
Package oid provides primitives to work with object 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 oid
|