英文: Cross-compile to ARMv7 failed 问题 我尝试在我的Linux桌面上编译一个Go程序(Linux桌面4.10.0-28-generic #32-Ubuntu SMP ...
Qemu-ARM用户仿真。在使用Go时出现错误。
英文: Qemu-ARM user emulation. Error when using Go 问题 我想为一个ARM设备(Odroid C1+)定制一个我创建的图像。特别是我想检出一些git仓库并...
为什么在导入zmq4时,go v1.8在armv7上无法分配堆位图?
英文: Why does go v1.8 fail to allocate heap bitmap on armv7 when importing zmq4? 问题 我正在使用go v1.8在一个ar...
Golang和DBUS
英文: Golang and DBUS 问题 我将帮您将这段Python代码翻译成Go语言: package main import ( "fmt" "os" "...
在树莓派上安装Go包
英文: Installing a Go package on a Raspberry Pi 问题 我目前正在使用Raspbian操作系统的Raspberry Pi Model B+。我已经安装了Go,...
当使用`go build`编译cgo包时,找不到C标准库。
英文: go build doesn't find my C standard library when compiling cgo package 问题 我正在尝试在树莓派上编译一个Go项目...
我的Go工具是否构建在错误的架构上?
英文: Are my Go tools built for the wrong architecture? 问题 我是Go语言的忠实粉丝,现在我正在尝试探索除了x86/amd64之外的其他架构。我为A...
使用Go语言编写一个用于iPhone应用的库。
英文: Using Go to write a library for an iPhone app 问题 我正在考虑使用Go作为C/Objective-C的低级、高性能的替代语言,为iPhone应用程...
7