mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
238800f9c8
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"
|