We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wiki: redirect everything to go.dev/wiki For #61940.
Update note about the "lastest stable version" to name 1.18 as the latest stable version.
url updates to go.dev / pkg.go.dev
Go 1.15
Updated GoArm (markdown)
Remove suggestions to use Go 1.1 for ARM development that might confuse beginners
Added Jetson Nano installation with benchmarks.
Fix the Banana Pi link
typo: harware to hardware
GoARM: darwin/arm requires ARMv7
GoARM: fix grammar
GoARM: update platform requirements
Make it explicit that GOARCH also need to be set while cross compiling GO code for ARM versions below ARMv8
Adds tip about lowering thread stack limit as per Dave Cheney's post.
Adds link to Dave Cheney's post for RPi 2 as well.
Add Raspberry Pi2 benchmarks.
Add runtime benchmark results for Raspberry Pi Zero.
Specify GOARM value for ARMv6.
Add BSDs as supported operating systems.
Misleading default value for GOARM. GOARM value if determined by the availability of VFP support.
Update supported operating systems with darwin.
Clarify the sentence that Go doesn't need to be built from the source but the program.
Update support matrix.
Darwin is supported on arm.