On Tue, Jan 19, 2021 at 11:36 AM
jan.f...@gmail.com
<
jan.f...@gmail.com> 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