28908aa3cf
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
5 lines
160 B
Go
5 lines
160 B
Go
/*
|
|
Package standard contains interfaces for well-defined standards
|
|
and a function for checking if an arbitrary manifest complies with them.
|
|
*/
|
|
package standard
|