Page 1 of 1

Will i be able to write a startup script in Golang?

Posted: Mon Jan 07, 2019 2:49 am
by edwinsiror
Hi,

This sounds new and exciting as I have been planning to build my own programmable router in Go(Golang).
This is my bottleneck for the moment.
Will I be able to write startup scripts in Golang?

Re: Will i be able to write a startup script in Golang?

Posted: Wed Jan 09, 2019 1:58 pm
by edwinsiror
It looks like it is possible with Golang out of the box as per :
https://gist.github.com/asukakenji/f15b ... 48b8aede63

A list of valid GOARCH values
(Bold = supported by go out of the box, ie. without the help of a C compiler, etc.)

386
amd64
amd64p32
arm
armbe
arm64
arm64be
ppc64
ppc64le
mips
mipsle
mips64
mips64le
mips64p32
mips64p32le
ppc
s390
s390x
sparc
sparc64