commit | ca1abe50cac5e3ccbc30752f595e3a165b8d7cd1 | [log] [tgz] |
---|---|---|
author | Elias Naur <elias.naur@gmail.com> | Thu Jul 09 12:12:06 2015 +0200 |
committer | David Crawshaw <crawshaw@golang.org> | Sat Jul 11 11:50:45 2015 +0000 |
tree | 4ef00bc1b410f5977f4a1e7c98040a19ae12e3f1 | |
parent | 5aee94321306cfc44f8d3b22869b8728d3e1c4b2 [diff] |
x/mobile/internal/mobileinit: revert Android log prefix CL 11981 changed the Android logcat prefix from "GoLog" to "GoStdio". Revert the prefix to "GoLog". Also remove a global variable left unused by CL 11981. Change-Id: I500313652cd618d8573640d5165e5069a0ba0ba7 Reviewed-on: https://go-review.googlesource.com/11991 Reviewed-by: David Crawshaw <crawshaw@golang.org>
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.