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 run: *tar -C /usr/local -xzf **go1.9.linux-armv6l.tar.gz* Then add */usr/local/go/bin* to the *PATH* environment variable. You can do this by adding this line to your /etc/profile (for a system-wide installation) or $HOME/.profile: * export PATH=$PATH:/usr/local/go/bin* After you did this you need to run: *source /etc/profile* and after this *go version* It should print: *go version go1.9 linux/arm* To check if everything is installed correctly If you have any trouble you can write me an mail Am Donnerstag, 21. September 2017 02:26:51 UTC+2 schrieb Mandolyte: > > 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, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.