Files
runc/version.go
T
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"