commit | d06bbc53e4cefc0ae7512a1287044218edf850d6 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Mon Jun 29 14:30:33 2015 +1000 |
committer | Nigel Tao <nigeltao@golang.org> | Tue Jun 30 06:08:38 2015 +0000 |
tree | 0ec1bf22dc71e41e035fe4d82254f2e9d68a6a44 | |
parent | 4f45fb5d7fae6312d425e1ed73d292b9e470723c [diff] |
exp/audio/al: use the standard log library, if al_init fails. This means that there's only one adb log prefix that Go app developers need to watch: GoLog. Change-Id: I562566b92a7bba19f7c7a9cc71315bea02844db1 Reviewed-on: https://go-review.googlesource.com/11609 Reviewed-by: Burcu Dogan <jbd@google.com>
The Go mobile repository holds packages and build tools for using Go on Android.
This is early work and installing the build system requires Go 1.5. Follow the build instructions on godoc.org/golang.org/x/mobile/cmd/gomobile to install the gomobile command and build the basic example.
APIs are currently very limited, but under active development. Package documentation serves as a starting point:
Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.