commit | 198acf5f4fe91571372b79aa4cf24313ac2e458f | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Tue Nov 09 10:29:37 2021 -0500 |
committer | Bryan C. Mills <bcmills@google.com> | Tue Nov 09 19:10:59 2021 +0000 |
tree | 1b5488d6d682ab8ae1aecd16081204f260a86e69 | |
parent | e68c98865fb20d66a8beb439f5d28de0e56af5b4 [diff] |
app: add missing header for XVisualInfo and other X11 declarations Without this header, the x/mobile build fails on my workstation. (Compare CL 359695 in x/exp.) Change-Id: If32fe6bc2945d31fed5cffca5e347970b344e40e Reviewed-on: https://go-review.googlesource.com/c/mobile/+/362574 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
Package documentation as a starting point:
The Go Mobile project is 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 to install the gomobile command, build the basic and the bind example apps.
Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.