Yes, Windows NT is still a thing that some people have to deal with.
I wonder if it is possible to run a binary compiled with Go on NT and use the ethernet port for communication (MQTT). If so, what do I have to take care of?
I admit that I have not done a test in this case because I simply don't have Win NT in reach in my current environment.
I don't think it will work. I downloaded Caddy, which uses Go, and ran
dumpbin
on it. I got:So the minimum supported version of Windows is NT6 which is Vista.
This seems to be supported by a ticket saying:
And:
So old versions of Go supported Windows XP and above. New versions require Vista and above.