You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go/build: trim filename extension starting at the final dot
Previously, goodOSArchFile trimmed the file name's extension from the first
instance of "." in the name. This resulted in strange behavior when
compiling files with dots in their names.
This change causes goodOSArchFile to trim the file name's extension from
the final instance of ".", as path.Ext suggests should happen.
Fixesgolang#46662
0 commit comments