From 3182cea15c9ff6b5c244a98f6045734c508dee7b Mon Sep 17 00:00:00 2001 From: minux Date: Thu, 11 Dec 2014 00:05:40 -0800 Subject: [PATCH] GoArm: update OS support. --- GoArm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoArm.md b/GoArm.md index 47021656..2eb40f1e 100644 --- a/GoArm.md +++ b/GoArm.md @@ -1,6 +1,6 @@ # Introduction -Go is fully supported on linux/arm. Any Go program that you can compile for x86/x86\_64 should work on Arm. +Go is fully supported on linux/arm. Any Go program that you can compile for x86/x86\_64 should work on Arm. Besides Linux, Go is also experimentally supported on FreeBSD, and NetBSD. There is a also unofficial port to [Darwin (iOS)](https://bitbucket.org/minux/goios). # Supported architectures