>From http://fqa.9front.org/appendixl.html:

        # automatically converted ca certs from mozilla.org
        hget http://curl.haxx.se/ca/cacert.pem >/sys/lib/tls/ca.pem
        # shell script that emulates git commands
        hget http://9front.org/extra/rc/git >$home/bin/rc/git
        chmod 775 $home/bin/rc/git
        # fetch the repository
        git clone https://go.googlesource.com/go
        cd go
        git checkout go1.4.2
        # build go
        cd src
        ./make.rc
        # install documentation
        go get golang.org/x/tools/cmd/godoc
        # go!

Newer versions of go seem to have problems with Plan 9.

sl

Reply via email to