Skip to content

Commit d359ff3

Browse files
author
Mrunal Patel
committed
Merge pull request #451 from wking/spec-not-platform-independent
specs-go/config: Drop platform-independent comment
2 parents 3a38626 + 1fa80d2 commit d359ff3

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)