Skip to content

Document bin/ as the convention for temporary Go binaries#1500

Merged
bernerd-stripe merged 2 commits intomasterfrom
bernerd/document-bin-build-convention
Mar 20, 2026
Merged

Document bin/ as the convention for temporary Go binaries#1500
bernerd-stripe merged 2 commits intomasterfrom
bernerd/document-bin-build-convention

Conversation

@bernerd-stripe
Copy link
Copy Markdown
Contributor

Reviewers

r?
cc @stripe/developer-products

Summary

Place ad-hoc go build -o / go test -c -o outputs in bin/ rather than /tmp. bin/ is already gitignored and lives inside the project tree, which avoids macOS security blocks on binaries built outside trusted directories.

Place ad-hoc `go build -o` / `go test -c -o` outputs in `bin/` rather
than `/tmp`. bin/ is already gitignored and lives inside the project
tree, which avoids macOS security blocks on binaries built outside
trusted directories.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <[email protected]>
Committed-By-Agent: claude
@bernerd-stripe bernerd-stripe requested a review from a team as a code owner March 20, 2026 18:34
@bernerd-stripe bernerd-stripe merged commit aca665a into master Mar 20, 2026
13 checks passed
@bernerd-stripe bernerd-stripe deleted the bernerd/document-bin-build-convention branch March 20, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants