Skip to content

Commit b9e85b0

Browse files
authored
Merge pull request #569 from wking/drop-platform-dependent-comment-v2
specs-go/config: Drop "this field is platform dependent" (again)
2 parents 0bb7b17 + e086a3e commit b9e85b0

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)