### Proposal Details Mark [go/build.ArchChar(..)](https://pkg.go.dev/go/build#ArchChar) as deprecated. Since Go 1.5 this function always returns an error and no longer varies by architecture. There is no alternative function for [go/build.ArchChar()](https://pkg.go.dev/go/build#ArchChar) and new code should not use it.
Proposal Details
Mark go/build.ArchChar(..) as deprecated. Since Go 1.5 this function always returns an error and no longer varies by architecture.
There is no alternative function for go/build.ArchChar() and new code should not use it.