We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are times when gobinaries don't contain Main information. e.g.:
gobinaries
Main
➜ go version -m go go: go1.22.2 path cmd/go build -buildmode=exe build -compiler=gc build -gcflags=cmd/...=-dwarf=false build -trimpath=true build DefaultGODEBUG=httplaxcontentlength=1,httpmuxgo121=1,panicnil=1,tls10server=1,tlsrsakex=1,tlsunsafeekm=1 build CGO_ENABLED=0 build GOARCH=arm64 build GOOS=darwin ➜ go version -m gofmt gofmt: go1.22.2 path cmd/gofmt build -buildmode=exe build -compiler=gc build -gcflags=cmd/...=-dwarf=false build -trimpath=true build DefaultGODEBUG=httplaxcontentlength=1,httpmuxgo121=1,panicnil=1,tls10server=1,tlsrsakex=1,tlsunsafeekm=1 build CGO_ENABLED=0 build GOARCH=arm64 build GOOS=darwin
We don't need to add empty root Packages for these binaries.
Packages
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
There are times when
gobinaries
don't containMain
information.e.g.:
We don't need to add empty root
Packages
for these binaries.Discussed in #6693
The text was updated successfully, but these errors were encountered: