Skip to content

Commit cad2b4c

Browse files
wkingMa Shimiao
authored andcommitted
specs-go/config: Drop platform-independent comment
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 <[email protected]>
1 parent 3f91805 commit cad2b4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

specs-go/config.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ package specs
22

33
import "os"
44

5-
// Spec is the base configuration for the container. It specifies platform
6-
// independent configuration. This information must be included when the
7-
// bundle is packaged for distribution.
5+
// Spec is the base configuration for the container.
86
type Spec struct {
97
// Version is the version of the specification that is supported.
108
Version string `json:"ociVersion"`

0 commit comments

Comments
 (0)