go 1.4.3 = https://go.dev/dl/go1.4.3.src.tar.gz ``` sh *** build *** cd src export CC="gcc -std=gnu99" export CGO_ENABLED=0 export GOROOT_FINAL=/pkg/gnu/go-1.4 ./make.bash mkdir -p /pkg/gnu/go-1.4/ cp -r ../bin /pkg/gnu/go-1.4 cp -r ../lib /pkg/gnu/go-1.4 cp -r ../include /pkg/gnu/go-1.4 ```