From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <749436B9-2C5A-429B-B90C-772FE0F7AA9C@9srv.net> <86fv8e1h52.fsf@cmarib.ramside> <867ftivl5v.fsf@cmarib.ramside> In-Reply-To: <867ftivl5v.fsf@cmarib.ramside> From: Skip Tavakkolian Date: Sat, 11 Apr 2015 17:40:09 +0000 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a113cd9644d01240513765fd1 Subject: Re: [9fans] Why didn't anyone tell me about the new slogan? Topicbox-Message-UUID: 4d4103f0-ead9-11e9-9d60-3106f5b1d025 --001a113cd9644d01240513765fd1 Content-Type: text/plain; charset=UTF-8 9fans.net doesn't host the content (all are on github.com), but you can get Go packages through (i.e. redirected through) 9fans.net. Go "get" command allows this, so that the attribution on package imports can be something other than where it is hosted. so, you can: $ go get 9fans.net/go which will actually get the content from github.com/9fans/go repository, but programs using its packages will import them with a 9fans.net import path: import ( "9fans.net/go/plan9" "9fans.net/go/plan9/client" ) btw, the above repository (which is the work of Russ and Rob) includes a pdp1 emulator, along with the original spacewar game! it has a 9P implementation and packages for talking with p9p services like draw, acme and plumb. lastly, there's no inside to the joke about change in slogan; did you look at the twitter link that Anthony sent at the start of this thread? On Sat, Apr 11, 2015 at 9:33 AM wrote: > Skip Tavakkolian writes: > > > i think one of the reasons 'go get' handles redirects is to deal with > cases > > when a repo changes location (like when a lot of stuff had to move from > > code.google.com to github.com or bitbucket.org recently). even if the > > generic repo site (e.g. 9fans.net) is maintained by a group of people , > > there will be times when that site is down. > > Am I to infer from this that 9fans.net hosts a development repo for go, > as well as the mailing list? Still, what's this about a new slogan? Or > is having a new slogan just an "inside" joke that went over my head? > > --001a113cd9644d01240513765fd1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
9fans.net doesn't hos= t the content (all are on github.com), bu= t you can get Go packages through (i.e. redirected through) 9fans.net. Go "get" command allows this, so tha= t the attribution on package imports can be something other than where it i= s hosted.

so, you can:

$ go= get 9fans.net/go

<= div>which will actually get the content from github.com/9fans/go repository, but programs using its package= s will import them with a 9fans.net import= path:

import (
)

btw, the above repository (which is the work of Rus= s and Rob) includes a pdp1 emulator, along with the original spacewar game!= it has a 9P implementation and packages for talking with p9p services like= draw, acme and plumb.

lastly, there's no insi= de to the joke about change in slogan; did you look at the twitter link tha= t Anthony sent at the start of this thread?


<= div class=3D"gmail_quote">On Sat, Apr 11, 2015 at 9:33 AM <cigar562hfsp952fans@icebubble.org> wrote:
Skip Tavakkolian <skip.tavakkolian@= gmail.com> writes:

> i think one of the reasons 'go get' handles redirects is to de= al with cases
> when a repo changes location (like when a lot of stuff had to move fro= m
> code.google.com to github.com or bitbucket.org recently)= . even if the
> generic repo site (e.g. 9fans.net) is maintained by a group of people ,
> there will be times when that site is down.

Am I to infer from this that 9fans.net hosts a development repo for go,
as well as the mailing list?=C2=A0 Still, what's this about a new sloga= n?=C2=A0 Or
is having a new slogan just an "inside" joke that went over my he= ad?

--001a113cd9644d01240513765fd1--