From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 24 Dec 2014 16:01:02 +0100 Message-ID: From: David du Colombier <0intro@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi. Topicbox-Message-UUID: 37b580b0-ead9-11e9-9d60-3106f5b1d025 On Wed, Dec 24, 2014 at 3:53 PM, Mats Olsson wrote: > OK, thanks for your input. Looking forward to it. I've tried to import > the sources of Go and have failed. First I tried with "wget" a command > that doesn't exist in Plan 9. Looking in bin I found "webfsget" tried > it and the screen was filled with "runes". Deleted it and still I > can't get the syntax right to get the Go sources to my home directory. > If someone can give me a hint about how to get it right I would > greatly appreciate that. Then I can try to figure out how to compile > and set the environment right. Thanks again David! The equivalent of wget is hget(1). For example: % hget -o /tmp/go.tar.gz http://github.com/golang/go/archive/release-branch.go1.4.tar.gz The setup of the Go environment on Plan 9 is the same as on Linux. -- David du Colombier