Any support for Go language on Colibri SOM

I would like to know if there is any gpio GO (language) support for the mentioned SOM similar to GitHub - stianeikeland/go-rpio: Raspberry Pi GPIO library for go-lang.

Is there such support for any of the other SOM’s available from Toradex?

Hi @Del and Welcome to the Toradex Community!!

For adding language support for Go, you will need to a custom image and add the go language libraries to the image. Then you should be able to write Go code.

For accessing and controlling GPIOs in Linux, you can use SysFs or Libsoc.

Best regards,
Jaski