github.com/acrespo/mobile@v0.0.0-20190107162257-dc0771356504/README.md (about)

     1  # Go support for Mobile devices
     2  
     3  The Go mobile repository holds packages and build tools for using Go on mobile platforms.
     4  
     5  Package documentation as a starting point:
     6  
     7  - [Building all-Go apps](https://golang.org/x/mobile/app)
     8  - [Building libraries for SDK apps](https://golang.org/x/mobile/cmd/gobind)
     9  
    10  ![Caution image](doc/caution.png)
    11  
    12  The Go Mobile project is experimental. Use this at your own risk.
    13  While we are working hard to improve it, neither Google nor the Go
    14  team can provide end-user support.
    15  
    16  This is early work and installing the build system requires Go 1.5.
    17  Follow the instructions on
    18  [golang.org/wiki/Mobile](https://golang.org/wiki/Mobile)
    19  to install the gomobile command, build the
    20  [basic](https://golang.org/x/mobile/example/basic)
    21  and the [bind](https://golang.org/x/mobile/example/bind) example apps.
    22  
    23  --
    24  
    25  Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.
    26  
    27  * Bugs can be filed at the [Go issue tracker](https://golang.org/issue/new?title=x/mobile:+).
    28  * Feature requests should preliminary be discussed on
    29  [golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts)
    30  mailing list.