diff --git a/specs-go/config.go b/specs-go/config.go index 819023998..9a21bef87 100644 --- a/specs-go/config.go +++ b/specs-go/config.go @@ -2,9 +2,7 @@ package specs import "os" -// Spec is the base configuration for the container. It specifies platform -// independent configuration. This information must be included when the -// bundle is packaged for distribution. +// Spec is the base configuration for the container. type Spec struct { // Version is the version of the specification that is supported. Version string `json:"ociVersion"`