forked from TrueCloudLab/neoneo-go
6 lines
155 B
Go
6 lines
155 B
Go
|
/*
|
||
|
Package standard contains interfaces for well-defined standards
|
||
|
and function for checking if arbitrary manifest complies with them.
|
||
|
*/
|
||
|
package standard
|