[gcsproxy] Don't close error channel

This is racy and also unnecessary, as we don't have any control flow
that cares to prevent further error messages.

Bug: 49517
Change-Id: I8246c146e15639a8c9cfe67a5c75d9b2ca4b8cd1
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/infra/+/378433
Reviewed-by: Marc-Antoine Ruel <maruel@google.com>
Commit-Queue: Joshua Seaton <joshuaseaton@google.com>
1 file changed
tree: ef6df9280e2646b69927ab0a7f9524e55216eefa
  1. artifacts/
  2. buildbucket/
  3. cmd/
  4. devices/
  5. digest/
  6. gotidy/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. PATENTS
  15. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}