mirror of
https://github.com/opencontainers/runtime-spec.git
synced 2026-02-05 18:45:18 +01:00
This adds Go types implementing the configuration specification. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
5 lines
115 B
Go
5 lines
115 B
Go
package specs
|
|
|
|
// Version is the specification version that the package types support.
|
|
const Version = "pre-draft"
|