commit | 4c1a8db1dbdc38221c8646a5f7983588d08d5e9e | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <tamird@google.com> | Fri Feb 11 14:26:06 2022 -0500 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 29 21:55:59 2022 +0000 |
tree | 4024c9831817b47f3242002c61ed5ff26423804f | |
parent | d75d8e0ad8fe1243716e6b15f8e13e56c3bdba99 [diff] |
Regenerate fidl and syscalls fx exec ./regen-fidl fx exec ./regen-syscalls fx exec ./regen-api $ git grep -l 'io.OpenRight' | xargs sed -E -i 's/io.OpenRight/io.OpenFlagsRight/g' $ git grep -l 'io.OpenFlag[A-Z]' | xargs sed -E -i 's/io.OpenFlag([A-Z])/io.OpenFlags\1/g' Plus manual fixups to convert to and from uint32. DatagramSocket -> SynchronousDatagramSocket. Change-Id: I7d12a2b51eff21cb413839414bed92e141659f5e Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/663842 Fuchsia-Auto-Submit: Tamir Duberstein <tamird@google.com> Reviewed-by: Nick Brown <nickbrow@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://golang.org/doc/contribute.html.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.