On Tue, Jan 19, 2021 at 11:36 AM [email protected] <[email protected]> wrote: > > Short question: GOARCH and GOOS is available from the runtime package, but > how do I get hold of the corresponding variable GOARM at runtime?
I don't think there is a way to fetch it directly, but you can see it by running "go env GOARM". Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAOyqgcVUHytp1bwrMbLFE5W5HoinFV6pQ2gMy_-WVCmRc940iw%40mail.gmail.com.
