Hi George,
It looks like your Go installation is broken. It fails to import
standard library packages.
What I would try is to download the latest Go distribution from:
https://go.dev/dl/
then unpack it into, say, /home/me/go
then set GOROOT=/home/me/go
and PATH=/home/me/go/bin:$PATH