That is quite surprising.
Brett sent me an off-list email and so I explored compiling and running Go on my VMware ESXi 7.3 server but ran into problems.
I SSHed into the ESXi server, used wget to pull down the Golang tarball, used tar to extract it from within the ESXi shell, and then used `go run hello.go` in the ESXi shell and got a runtime error of "epollwait on fd 4 failed with 38."
From there I realized it was beyond my skills to pursue and so I dropped it.
I wonder if anyone on the list can speak to the difference between what you (Anthony) did and what I did, and Anthony's worked and mine didn't?
Further, I wonder if other runtime errors are waiting as soon as other packages are pulled in that need greater access to the O/S?
Finally, I wonder if someone on the list would be able to help me get around that error and continue exploring the compilation and execution of Go programs on an ESXi server from within the ESXi SSH shell?
Thanks in advance for any insight into this.
-Mike