Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion godoc does not follow links: feature or not?

Received: by 10.224.76.208 with SMTP id d16mr5606752qak.5.1337273257401;
        Thu, 17 May 2012 09:47:37 -0700 (PDT)
X-BeenThere: golang-nuts@googlegroups.com
Received: by 10.224.111.1 with SMTP id q1ls2234628qap.9.gmail; Thu, 17 May
 2012 09:47:22 -0700 (PDT)
Received: by 10.224.186.17 with SMTP id cq17mr5651167qab.6.1337273242714;
        Thu, 17 May 2012 09:47:22 -0700 (PDT)
Received: by 10.224.101.138 with SMTP id c10msqao;
        Thu, 17 May 2012 07:56:29 -0700 (PDT)
Received: by 10.236.184.134 with SMTP id s6mr11391864yhm.1.1337266589385;
        Thu, 17 May 2012 07:56:29 -0700 (PDT)
Received: by 10.236.184.134 with SMTP id s6mr11391862yhm.1.1337266589372;
        Thu, 17 May 2012 07:56:29 -0700 (PDT)
Return-Path: <m...@renich.org>
Received: from pacmmta52.windstream.net (pacmmta52.windstream.net. [162.39.147.111])
        by gmr-mx.google.com with ESMTP id b73si5226692yhh.4.2012.05.17.07.56.29;
        Thu, 17 May 2012 07:56:29 -0700 (PDT)
Received-SPF: neutral (google.com: 162.39.147.111 is neither permitted nor denied by best guess record for domain of m...@renich.org) client-ip=162.39.147.111;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 162.39.147.111 is neither permitted nor denied by best guess record for domain of m...@renich.org) smtp.mail=m...@renich.org
Return-Path: <m...@renich.org>
X-WS-COS: WSOB804
X-Cloudmark-Category: Undefined:Undefined
X-Cloudmark-Analysis: v=1.1 cv=hr4h1/zkXYERSJ2EStLXlJ9v/X1e5ATtVUFVM9Abuxk= c=1 sm=0 a=wom5GMh1gUkA:10 a=SCdINNeO-twA:10 a=x02b1vzTChEA:10 a=IkcTkHD0fZMA:10 a=pM9yUfARAAAA:8 a=zu6whX1TCcmSdCG-SuQA:9 a=QEXdDO2ut3YA:10 a=GOws3WxjqeMA:10 a=K1T520mGA8ZHT5civxzoZw==:117
X-Cloudmark-Score: 0
Authentication-Results: pacmmta52 smtp.user=mrenich; auth=pass (PLAIN)
Received: from [98.17.89.214] ([98.17.89.214:60716] helo=mail.renich.org)
	by pacmmta52 (envelope-from <m...@renich.org>)
	(ecelerity 2.2.3.47 r(39824M)) with ESMTPA
	id A5/73-06055-C9115BF4; Thu, 17 May 2012 10:56:28 -0400
Received: from cleo0.wdw
	([192.168.214.4] helo=cleo.wdw ident=postfix)
	by mail.renich.org with esmtpa (Exim 4.72)
	(envelope-from <m...@renich.org>)
	id 1SV2D4-0004lu-TC; Thu, 17 May 2012 11:01:46 -0400
Received: by cleo.wdw (Postfix, from userid 1000)
	id 2CCF1900C4; Thu, 17 May 2012 10:56:26 -0400 (EDT)
Date: Thu, 17 May 2012 10:56:26 -0400
From: Marvin Renich <m...@renich.org>
To: Andrew Gerrand <a...@golang.org>
Cc: golang-nuts@googlegroups.com,
	=?utf-8?B?T25kxZllaiBTdXLDvQ==?= <ond...@sury.org>
Subject: Re: [go-nuts] godoc does not follow links: feature or not?
Message-ID: <20120517145625.GA8...@cleo.wdw>
References: <382107.1545.1337176287874.JavaMail.geo-discussion-forums@ynjb19>
 <CAHxS-ot1Qqcg0=wx_enQ+O0Xi-tLwUdt48-0XX6hVZbojch...@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <CAHxS-ot1Qqcg0=wx_enQ+O0Xi-tLwUdt48-0XX6hVZbojch...@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Content-Transfer-Encoding: quoted-printable
X-SA-Exim-Connect-IP: 192.168.214.4
X-SA-Exim-Mail-From: m...@renich.org
X-SA-Exim-Scanned: No (on mail.renich.org); SAEximRunCond expanded to false

* Andrew Gerrand <a...@golang.org> [120516 21:47]:
> I think it was deliberately avoided, which is somewhat problematic on
> debian systems where the GOROOT is split between /usr/share and
> /usr/lib. (cc Ond=C5=99ej Sur=C3=BD)
>=20
> The argument against following symlinks is that it confuses import path=
s.
>=20
> If you search golang-dev for "godoc symlink" you'll find more details.

I've offered to help Ond=C5=99ej and am looking at this right now.

godoc in the current Debian package is pretty useless.  The split is
done to follow the FHS.  I'll look for the above reference and do some
reading.

...Marvin