This is breaking tip.golang.org. Pages link to all.css, which is giving a 404, but those ...
13 years, 1 month ago
(2012-02-13 10:48:31 UTC)
#6
This is breaking tip.golang.org. Pages link to all.css, which is giving a
404, but those pages should be referencing style.css with this CL.
Presumably, instances need to be restarted to use the new html template?
Sanjay
Yup. Will do tomorrow. On Mon, Feb 13, 2012 at 2:48 AM, sanjay.m <balasanjay@gmail.com> wrote: ...
13 years, 1 month ago
(2012-02-13 10:50:51 UTC)
#7
Yup. Will do tomorrow.
On Mon, Feb 13, 2012 at 2:48 AM, sanjay.m <balasanjay@gmail.com> wrote:
> This is breaking tip.golang.org. Pages link to all.css, which is giving a
> 404, but those pages should be referencing style.css with this CL.
>
> Presumably, instances need to be restarted to use the new html template?
>
> Sanjay
>
I am doing some tests to fix my CL on the GOPATH import problem and ...
13 years, 1 month ago
(2012-02-13 11:43:57 UTC)
#8
I am doing some tests to fix my CL on the GOPATH import problem and I have
found several issues.
- "src" from a GOPATH directory does not contain any link, but can be
accessed at src/.
- $GOPATH/pkg information is not shown under localhost/pkg directory. I
would expect to see the "widgets/foo" package I've created.
- Executing go install inside $GOPATH/src creates the directories under
$GOPATH/pkg but does not install correctly the package (foo.a is missing).
- There's a typo on doc/code.html on the "The go tool and GOPATH" section:
ls $GOPATH/pkg/*/example should be ls $GOPATH/pkg/*/widgets.
Should I fill an issue for each on the issue tracker? If I can contribute
by changing anything let me know and I will do it.
On Mon, Feb 13, 2012 at 11:50, Brad Fitzpatrick <bradfitz@golang.org> wrote:
> Yup. Will do tomorrow.
>
>
> On Mon, Feb 13, 2012 at 2:48 AM, sanjay.m <balasanjay@gmail.com> wrote:
>
>> This is breaking tip.golang.org. Pages link to all.css, which is giving
>> a 404, but those pages should be referencing style.css with this CL.
>>
>> Presumably, instances need to be restarted to use the new html template?
>>
>> Sanjay
>>
>
>
On 14 February 2012 04:00, Roberto Costumero Moreno <rcostu@gmail.com> wrote: > doc/install.html is out-dated, showing ...
13 years, 1 month ago
(2012-02-13 21:02:23 UTC)
#11
On 14 February 2012 04:00, Roberto Costumero Moreno <rcostu@gmail.com> wrote:
> doc/install.html is out-dated, showing 6g, 6l... instead of Go 1 tools.
http://golang.org/cl/5605047
Issue 5571061: code review 5571061: godoc: new design
(Closed)
Created 13 years, 2 months ago by adg
Modified 13 years, 1 month ago
Reviewers: rcostu
Base URL:
Comments: 0