commit | a403c17d048972ab9e5943a998a27a9d629111bf | [log] [tgz] |
---|---|---|
author | Benjamin Prosnitz <bprosnitz@google.com> | Wed Nov 17 19:07:23 2021 +0000 |
committer | CQ Bot <commit-bot@chromium.org> | Fri Nov 19 01:32:19 2021 +0000 |
tree | 46c03b98b64856cad48a361fff3ab0168879db18 | |
parent | 3c2019146dc9f288197ec0c7a86fee982371c2ae [diff] |
[fidl][go] Check envelope # bytes % 8 == 0 This CL adds a check to the FIDL go bindings that envelope byte counts are 8-byte aligned. This is tested in https://fuchsia-review.googlesource.com/c/fuchsia/+/608262 Bug: 80162 Change-Id: I4121f93bff4816f73a9674389622c630cc1caa94 Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/608142 Fuchsia-Auto-Submit: Benjamin Prosnitz <bprosnitz@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Reviewed-by: Mitchell Kember <mkember@google.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.