Yes
On Thursday, 21 September 2017 07:26:51 UTC+7, Mandolyte wrote:
>
> Slightly different question... would this ARM approach work on a Samsung
> Chromebook Plus which uses OP1 ARM, with Crouton installed?
>
--
You received this message because you are subscribed to the Google Groups
"golang-
I don't have a chrome book but if its already already installed you should
be able to install it like with any other Linux distro:
Just follow https://golang.org/doc/install
Download Go 1.9 ARM:
https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
Then insde the the download folder
Slightly different question... would this ARM approach work on a Samsung
Chromebook Plus which uses OP1 ARM, with Crouton installed?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it
Is there anything specific you are looking for ? I extensively use go on pi
and pretty much everything is very similar, i develop on my mac book and CI
cluster deploys it. On non arm arch, its just as simple as setting up
GOARCH and GOARM variables... thats all
I have a whole build/ci stack as wel
Hi,
since I'm running Go on an Rapberry Pi 3 I would like to know if there are
more official resources / tutorials or even groups?
Beside doing searching for arm on Github
https://github.com/golang/go/search?utf8=%E2%9C%93&q=arm&type=
Is the only offical resource I found is Go s wiki page:
ht