Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
yingshaoxo: I have removed the variable unused
and import unused
warning
The current golang version is:
go version devel go1.21 Tue May 2 09:22:56 2023 +0000 linux/amd64
go1.17.13 works fine in ubuntu8, but later versions can't
You have to build go1.4-bootstrap-20171003.tar.gz with musl-dev, then use go1.4 to build go1.17.13
Only go1.10 and before version supports windows xp.