specs-go/config: Drop platform-independent comment
This has been stale since cb2da543
(config: Single, unified config
file, 2015-12-28, #284), when we dropped the attempt to distinguish
between platform-independent and platform-dependent configuration.
Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
parent
b30d97eca0
commit
1fa80d2ca6
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue