|
|
|
|
|
by mdergosits
3217 days ago
|
|
The bring up isn't actually very painful at all. The devices we are running are armv7, so we can easily just cross compile with the standard go tooling. The syscall package and memory layout of go structs lets us do almost every without C and when need C, cgo is very easy to use. Go's easy concurrency made developing this really easy, so I think that go would definitely be the choice regardless. |
|