From 98155bb205f56e9fc05240a5003f72f2e5e4d628 Mon Sep 17 00:00:00 2001 From: Himanshukwal <71863477+Himanshukwal@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:13:03 +0530 Subject: [PATCH] updated --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed903bff4..65b57cc01 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Go support for Mobile devices +# Mobile platform users The Go mobile repository holds packages and build tools for using Go on mobile platforms. @@ -9,14 +10,14 @@ Package documentation as a starting point: ![Caution image](doc/caution.png) -The Go Mobile project is experimental. Use this at your own risk. +The Go Mobile project is totally experimental. Use this at your own risk. While we are working hard to improve it, neither Google nor the Go team can provide end-user support. This is early work and installing the build system requires Go 1.5. Follow the instructions on [golang.org/wiki/Mobile](https://golang.org/wiki/Mobile) -to install the gomobile command, build the +To install the gomobile command, build the [basic](https://golang.org/x/mobile/example/basic) and the [bind](https://golang.org/x/mobile/example/bind) example apps.