-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go1.9 darwin/amd64
### Does this issue reproduce with the latest rel…
-
go版本:go version go1.11.1 darwin/amd64
go env:
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/popeye/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
G…
ameue updated
5 years ago
-
See https://github.com/hajimehoshi/ebiten/issues/268
Now audio on Android is implemented with CGO/JNI, but we cam make that much simpler with new Java importing.
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go1.9.2 linux/amd64
### Does this issue reproduce with the latest releas…
-
用gomobile bind --target=ios github.com/eycorsican/go-tun2socks/tun/ 感觉不对,是个空framework。应该怎样正确的编译呢?
看了这个https://github.com/eycorsican/go-tun2socks/issues/8#issue-375416238 后面都在说内存了。
ameue updated
5 years ago
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version go1.9 darwin/amd64
XCode Version 9.0 (9A235)
### What oper…
-
### What version of Go are you using (`go version`)?
go1.8.1 darwin/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are yo…
-
On Android Kitkat and higher, the [Storage Access Framework](https://developer.android.com/guide/topics/providers/document-provider.html) is the only way to read/write files on an external SD card (eg…
-
The recent security patches for cmd/go (#23672) added a whitelist of options permitted for use with cgo. Several different people have reported packages that fail to build by default because they use…
-
DWARF generation is completely disabled on darwin/arm and darwin/arm64. There's a
*ld.FlagW = true // disable DWARF generation
in cmd/link/internal/arm*/obj.go for objabi.Hdarwin. Blindly deleti…