commit | ccd2b698f792b5ebeb383b3a7cff464879750611 | [log] [tgz] |
---|---|---|
author | Nathan Mulcahey <nmulcahey@google.com> | Sat May 25 12:56:19 2019 -0700 |
committer | Nathan Mulcahey <nmulcahey@google.com> | Wed Jun 26 07:41:17 2019 -0700 |
tree | 48fc178f8187038f1bebc8c1321e8627e25fe1a7 | |
parent | 20c2435836cc8094c68828a891fa6c1e91965c56 [diff] |
[serial][botanist] Respect ctx.Cancel(). This refactors the Serial object into its own interface that extends the normal io.ReadWriteCloser behavior to allow cancellation during io.Read() so that io.Copy() may be cancelled prematurely on ctx.Cancel(). Change-Id: I1c3dc325cf3a02b0475a4a878ef251076b1f681c
This repo contains tools used in Fuchsia build and development.
Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:
builder_mixins
section with name: "tools"
.properties_j
to add a string to the packages
list:"fuchsia.googlesource.com/tools/cmd/your-new-tool"