1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:28:33 -06:00
go/godoc/vfs
Agniva De Sarker 16d1af8d88 godoc: group package home page list by root
This CL groups the package list into two groups - standard library(GOROOT),
and third-party code(GOPATH).

It also wraps the list with a collapsible div header used in the package
documentation page. This makes the entire page easy to view and manage, and also
makes it consistent with the rest of the pages.

To implement this, a new function was added to the filesystem interface
which returns the root type of the filesystem. In most cases, it is either GOROOT
or GOPATH. There are other kinds of filesystems which are not used in the home page,
so additional values have been added to satisfy the interface.

A side effect of this is that the html template code has become a bit spaghetti-like
with if conditions all over. This is because the same template is used to render
a package directory as well as the package home page. A better way is to use
two separate templates for the different tasks. This cleans out a lot of the
if conditions and make for a much cleaner code. This has been taken care in CL 101295.

Fixes golang/go#3305
Fixes golang/go#15020

Change-Id: I876357dc76280a7df2ed08d7c6bc53d9a41e69ab
Reviewed-on: https://go-review.googlesource.com/95835
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-04-10 16:41:40 +00:00
..
gatefs godoc: group package home page list by root 2018-04-10 16:41:40 +00:00
httpfs tools: add import comments. 2014-12-09 22:42:16 +00:00
mapfs godoc: group package home page list by root 2018-04-10 16:41:40 +00:00
zipfs godoc: group package home page list by root 2018-04-10 16:41:40 +00:00
emptyvfs_test.go x/tools/godoc: gofmt -s -w 2017-02-15 21:42:32 +00:00
emptyvfs.go godoc: group package home page list by root 2018-04-10 16:41:40 +00:00
namespace.go godoc: group package home page list by root 2018-04-10 16:41:40 +00:00
os_test.go godoc: group package home page list by root 2018-04-10 16:41:40 +00:00
os.go godoc: group package home page list by root 2018-04-10 16:41:40 +00:00
vfs.go godoc: group package home page list by root 2018-04-10 16:41:40 +00:00