Skip to content

Commit

Permalink
specs-go/config: Drop platform-independent comment
Browse files Browse the repository at this point in the history
This has been stale since cb2da54 (config: Single, unified config
file, 2015-12-28, opencontainers#284), when we dropped the attempt to distinguish
between platform-independent and platform-dependent configuration.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking authored and Ma Shimiao committed Aug 18, 2016
1 parent 3f91805 commit cad2b4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit cad2b4c

Please sign in to comment.