1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2026-02-05 18:45:18 +01:00
Files
runtime-spec/version.go
Michael Crosby 238800f9c8 Add Go types for specification
This adds Go types implementing the configuration specification.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-07-02 11:40:16 -07:00

5 lines
115 B
Go

package specs
// Version is the specification version that the package types support.
const Version = "pre-draft"