aboutsummaryrefslogtreecommitdiff
path: root/test/bigalg.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-04-16 20:52:37 -0700
committerRuss Cox <rsc@golang.org>2009-04-16 20:52:37 -0700
commit1f6463f823edd3b194a85d13e5eed068f4a129ed (patch)
treefc0d1bfb34a87c27e16c2bc4978b7cf4dd7b134e /test/bigalg.go
parent0f153ec6b47382f4df8f3b62acdee89208d97584 (diff)
downloadgo-1f6463f823edd3b194a85d13e5eed068f4a129ed.tar.gz
go-1f6463f823edd3b194a85d13e5eed068f4a129ed.zip
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
Diffstat (limited to 'test/bigalg.go')
-rw-r--r--test/bigalg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bigalg.go b/test/bigalg.go
index afeccdf8f0..dba8cc4dd1 100644
--- a/test/bigalg.go
+++ b/test/bigalg.go
@@ -7,8 +7,8 @@
package main
import (
- "os";
"fmt";
+ "os";
)
type T struct {