Updated GoArm (markdown)

Yuchen Ying 2015-11-19 15:13:53 -08:00
parent afc2fb2eb7
commit 828c8acb6d

@ -18,7 +18,7 @@ Starting from Go 1.1, the appropriate GOARM value will be chosen if you compile
# Supported operating systems # Supported operating systems
Go supports ARM on Linux. You must be running a [EABI](http://wiki.debian.org/ArmEabiPort) kernel. These are generally known as ` armel ` for softfloat (compatible with ARMv5) or ` armhf ` for hardware floating point (ARMv6 and above). Go supports ARM on Linux. You must be running an [EABI](http://wiki.debian.org/ArmEabiPort) kernel. These are generally known as ` armel ` for softfloat (compatible with ARMv5) or ` armhf ` for hardware floating point (ARMv6 and above).
# Recommended Go version # Recommended Go version