Skip to content

Commit e086a3e

Browse files
committed
specs-go/config: Drop "this field is platform dependent" (again)
We dropped these in 4774080 (specs-go/config: Drop "this field is platform dependent", 2016-09-14, #568) but f9e48e0 (Windows: User struct changes, 2016-09-14, #565) was developed in parallel and brought in a new one. Signed-off-by: W. Trevor King <[email protected]>
1 parent 0bb7b17 commit e086a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type User struct {
6161
GID uint32 `json:"gid" platform:"linux,solaris"`
6262
// AdditionalGids are additional group ids set for the container's process.
6363
AdditionalGids []uint32 `json:"additionalGids,omitempty" platform:"linux,solaris"`
64-
// Username is the user name. (this field is platform dependent)
64+
// Username is the user name.
6565
Username string `json:"username,omitempty" platform:"windows"`
6666
}
6767

0 commit comments

Comments
 (0)