1
0
mirror of https://github.com/golang/go synced 2024-11-26 11:08:38 -07:00
go/usr/gri/pretty
Russ Cox 1f6463f823 Convert go tree to hierarchical pkg directory:
import (
		"vector" -> "container/vector"
		"ast" -> "go/ast"
		"sha1" -> "hash/sha1"
		etc.
	)

and update Makefiles.  Because I did the conversion
semi-automatically, I sorted all the import blocks
as a post-processing.  Some files have therefore
changed that didn't strictly need to.

Rename local packages to lower case.
The upper/lower distinction doesn't work on OS X
and complicates the "single-package directories
with the same package name as directory name"
heuristic used by gobuild and godoc to create
the correlation between source and binary locations.
Now that we have a plan to avoid globally unique
names, the upper/lower is unnecessary.

The renamings will cause trouble for a few users,
but so will the change in import paths.
This way, the two maintenance fixes are rolled into
one inconvenience.

R=r
OCL=27573
CL=27575
2009-04-16 20:52:37 -07:00
..
astprinter.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
comment.go godoc: use data-driven templates for html, text generation 2009-04-15 18:53:43 -07:00
compilation.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
docprinter.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
godoc.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
Makefile godoc: use data-driven templates for html, text generation 2009-04-15 18:53:43 -07:00
Makefile.iant Update for source code changes. 2008-12-19 14:32:00 -08:00
package.html godoc: supporting data 2009-04-15 18:38:37 -07:00
package.txt godoc: supporting data 2009-04-15 18:38:37 -07:00
packagelist.html godoc: supporting data 2009-04-15 18:38:37 -07:00
packagelist.txt godoc: supporting data 2009-04-15 18:38:37 -07:00
parseerror.html godoc: supporting data 2009-04-15 18:38:37 -07:00
parseerror.txt godoc: supporting data 2009-04-15 18:38:37 -07:00
platform.go code changes for array conversion. 2009-04-15 20:27:45 -07:00
pretty.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
selftest0.go delete export 2009-01-20 14:40:40 -08:00
selftest1.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
selftest2.go - using doc template for gds now 2009-03-05 18:44:21 -08:00
symboltable.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
test.sh daily snapshot: 2009-03-13 16:59:51 -07:00
typechecker.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
untab.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
utils.go code changes for array conversion. 2009-04-15 20:27:45 -07:00