-
# Bug Report
## What version of Go are you using (go version)?
I'm using `go version devel +3a3773c Fri May 8 17:01:24 2015 +0000 windows/amd64`
## What operating system and processor architecture ar…
-
gomobile requires 1.5 and we would like to give a reference to the installation guide [1] from http://godoc.org/golang.org/x/mobile/cmd/gomobile, but the "Optional" mark right next to the section enti…
-
gomobile build is not honoring an Info.plist in a similar fashion it honors AndroidManifest.xml files. We have two options to improve this behavior:
- gomobile build honors Info.plist at build time.
-…
-
-
gomobile build will be supporting iOS builds soon, and this change will require a significant change in the tool. The -o is used to be a filename of the final output file.
```
gomobile build -o /path…
-
`docker -v` works only on Linux and silently fails if you run a docker client on a non-Linux machine. It creates confusion for those who are using the following command as instructed as on the README …
-
app.run(...) in app/android.go closes mainCalled to signal callMain that it can return to call_main_and_wait, which returns to Go.run(), which finally returns from go.Go.init(), letting user code cont…
-
Hi @scisci - Tried the generator utility and got the file produced. But just ran into trouble while running
```
go mobile bind -target=ios
```
as it failed. I was looking forward to get the collect…
-
issue/a/a.go:
```
package a
/*
static long long mod(long long a, long long b) { return a % b; }
*/
import "C"
func F(a, b int64) int64 {
return int64(C.mod(C.longlong(a), C.longlong(b)))
}
```
…
-