commit | 8a157afdcb02fd4ccde35f699046c8a27aa744d9 | [log] [tgz] |
---|---|---|
author | stapelberg <stapelberg@google.com> | Wed Dec 18 14:25:34 2024 +0100 |
committer | Gopher Robot <gobot@golang.org> | Wed Dec 18 05:34:34 2024 -0800 |
tree | a6b96bd4857e61f9c66bbdac6d336bc2f88b991e | |
parent | 04ecbc00f3db6b7c057ce88b54a71280d6536500 [diff] |
setapi: avoid duplicate setFileAPI() calls for clear log output Before this change, the cleanup() function would unconditionally call setFileAPI. That is not incorrect (ultimately a no-op), but results in confusing log output. PiperOrigin-RevId: 707512218 Change-Id: Id1db4f53a7043f6c6b10500345faf809791bd714 Reviewed-on: https://go-review.googlesource.com/c/open2opaque/+/637356 Reviewed-by: Chressie Himpel <chressie@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Stapelberg <stapelberg@google.com> Auto-Submit: Michael Stapelberg <stapelberg@google.com>
The program open2opaque migrates Go code using Go Protobuf from the Open API to the Opaque API.
See https://go.dev/blog/protobuf-opaque for context.