diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2022-11-08 17:04:09 +0100 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2022-11-08 17:04:09 +0100 |
commit | dc9dfb76ff9375e6368e9e05a40e6dc07b325a8d (patch) | |
tree | dc1dedb62230d9c5b225d890f970f8b8640caca6 /vendor/golang.org/x/sys/unix/README.md | |
parent | fa05045d31c05c8928020f05f1d281901d983b2b (diff) |
update dependencies
Diffstat (limited to 'vendor/golang.org/x/sys/unix/README.md')
-rw-r--r-- | vendor/golang.org/x/sys/unix/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/README.md b/vendor/golang.org/x/sys/unix/README.md index 474efad..7d3c060 100644 --- a/vendor/golang.org/x/sys/unix/README.md +++ b/vendor/golang.org/x/sys/unix/README.md @@ -149,7 +149,7 @@ To add a constant, add the header that includes it to the appropriate variable. Then, edit the regex (if necessary) to match the desired constant. Avoid making the regex too broad to avoid matching unintended constants. -### mkmerge.go +### internal/mkmerge This program is used to extract duplicate const, func, and type declarations from the generated architecture-specific files listed below, and merge these |