diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-14 09:48:13 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-14 09:48:13 -0500 |
commit | 8ec133b29595b8dac963eafa63ab0c479e37a3c1 (patch) | |
tree | da683653842a5ae37177d191a51833f58e0b9a41 | |
parent | a779d9cfb6c8d20b33917c6e3e755a499e4339e3 (diff) | |
parent | da556f64f982e11a299db6aa38ab4c260eab11d9 (diff) |
Merge pull request #1506 from rominirani/master
Added Go Mobile information
-rw-r--r-- | go.html.markdown | 2 |
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. |