Skip to content

Commit

Permalink
Merge pull request opencontainers#569 from wking/drop-platform-depend…
Browse files Browse the repository at this point in the history
…ent-comment-v2

specs-go/config: Drop "this field is platform dependent" (again)
  • Loading branch information
vbatts authored Sep 15, 2016
2 parents 0bb7b17 + e086a3e commit b9e85b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type User struct {
GID uint32 `json:"gid" platform:"linux,solaris"`
// AdditionalGids are additional group ids set for the container's process.
AdditionalGids []uint32 `json:"additionalGids,omitempty" platform:"linux,solaris"`
// Username is the user name. (this field is platform dependent)
// Username is the user name.
Username string `json:"username,omitempty" platform:"windows"`
}

Expand Down

0 comments on commit b9e85b0

Please sign in to comment.