From 9e173f9db97b98b25efd708b72108012a8b5d7f6 Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Wed, 24 Feb 2016 15:06:03 -0800 Subject: [PATCH] doc: add android/arm as a valid GOOS/GOARCH combination Fixes #14497. Change-Id: Ibdd55acf9e416873c64f8751c2f65f7ccdb1d500 Reviewed-on: https://go-review.googlesource.com/19914 Reviewed-by: David Crawshaw --- doc/install-source.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/install-source.html b/doc/install-source.html index 332c72097e..b8cd8dbcfc 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -445,6 +445,9 @@ The valid combinations of $GOOS and $GOARCH are: $GOOS $GOARCH +android arm + + darwin 386 -- 2.50.0