From dedec14c61bfa5a2e5e7060251af559e8b2ff6bd Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 18 Apr 2017 12:21:43 +0200 Subject: [PATCH] cmd/gomobile: update documentation to reflect Go 1.7 requirement CL 35953 bumped the minimum required version to Go 1.7. Update the gomobile documentation to reflect that. Change-Id: I7cd7937471eb16456a51e8f41bae331344860888 Reviewed-on: https://go-review.googlesource.com/40919 Reviewed-by: Hyang-Ah Hana Kim --- cmd/gomobile/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gomobile/main.go b/cmd/gomobile/main.go index b855a35..366497b 100644 --- a/cmd/gomobile/main.go +++ b/cmd/gomobile/main.go @@ -191,7 +191,7 @@ To install: $ go get golang.org/x/mobile/cmd/gomobile $ gomobile init -At least Go 1.5 is required. +At least Go 1.7 is required. For detailed instructions, see https://golang.org/wiki/Mobile. Usage: