Aka: go, "a compiled, statically typed language in the tradition of Algol and C" (wikipedia) created by Google.
Questions tagged [golang]
14 questions
4
votes
1 answer
Are binaries generated by Golang portable between Pi versions?
I installed golang via (on RPi3, Raspbian Stretch)
sudo apt install golang
Currently go version reports
go version go1.7.4 linux/arm
I successfully compiled and ran some go program that toggles GPIO using "go-rpio" library.
The question is can I…
Zhe Hu
- 141
- 3