commit | 7c4916698cc93475ebfea76748ee0faba2deb2a5 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <[email protected]> | Wed Sep 04 19:26:21 2024 -0400 |
committer | Gopher Robot <[email protected]> | Thu Sep 05 00:41:12 2024 +0000 |
tree | 5bfae8460725708d6c0d6a8473d806e9da079217 | |
parent | 81131f6468ab9df03bc2b539cac4cf99d79f2447 [diff] |
all: fix printf(var) mistakes detected by latest printf checker There's some similarity here to the situation in CL 610676. The calls that now look like g.Printf("%s", something) would perhaps be better expressed like g.Print(something) or g.WriteString(something), but that's a bigger potential change to consider. This is a minimal fix. For golang/go#69267. Change-Id: I9cf23aef7bf2b9d9c7e9dcf3b48ecb23231016dd Reviewed-on: https://go-review.googlesource.com/c/mobile/+/610800 Reviewed-by: Tim King <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
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.