summaryrefslogtreecommitdiffhomepage
path: root/go.html.markdown
diff options
context:
space:
mode:
authorevuez <helloevuez@gmail.com>2015-10-16 10:42:41 +0200
committerevuez <helloevuez@gmail.com>2015-10-16 10:42:41 +0200
commit85adff2c39e6eae77a915638961f2144ef18b5c9 (patch)
treead87847bd5cca361b2e4582a361c4d4d70948aec /go.html.markdown
parent375f0c18ae9b8d8732c480d0647becf1e82adf3e (diff)
parent25e49b8cf10d3879431eae6ffe8a8e5f88843b8d (diff)
Merge 'master' of github.com:adambard/learnxinyminutes-docs
Diffstat (limited to 'go.html.markdown')
-rw-r--r--go.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.html.markdown b/go.html.markdown
index 646a5650..a857a76c 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -423,3 +423,5 @@ idioms. Or you can click on a function name in [the
documentation](http://golang.org/pkg/) and the source code comes up!
Another great resource to learn Go is [Go by example](https://gobyexample.com/).
+
+Go Mobile adds support for mobile platforms (Android and iOS). You can write all-Go native mobile apps or write a library that contains bindings from a Go package, which can be invoked via Java (Android) and Objective-C (iOS). Check out the [Go Mobile page](https://github.com/golang/go/wiki/Mobile) for more information.