Merge pull request #569 from wking/drop-platform-dependent-comment-v2

specs-go/config: Drop "this field is platform dependent" (again)
This commit is contained in:
Vincent Batts 2016-09-15 13:49:05 -04:00 committed by GitHub
commit b9e85b05ff
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
}