Can Go Support Windows 10 IoT Core Package?

I am in a situation where I have installed Windows 10 IoT Core OS in Raspberry Pi. Wanted to know if GO can create a build which can work with Windows 10 IoT Core OS with ARM architecture ?

According to this page https://golang.org/doc/install/source#environment is not the combination of os=windows and architecture=arm available.

Use Raspbian as platform to make Go applications for Raspberry Pi, You can easy install Go for arm and LiteIDE to work directly on the device.

Arm32 on windows is supported in the upcoming 1.12. Read the beta1 release notes here:

https://tip.golang.org/doc/go1.12

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.