forked from TrueCloudLab/neoneo-go
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
|