1
0
mirror of https://github.com/golang/go synced 2024-11-26 07:57:57 -07:00
go/usr
Austin Clements da4a22993e Fix declared and not used errors and unused import errors in
the interpreter and update code to use ast.BasicDecl and
multi-type switch.  There are still a lot of "switch _ :=
x.(type)" that should make use of the new type switch syntax,
but those will be a different CL.

R=rsc
APPROVED=rsc
DELTA=58  (16 added, 23 deleted, 19 changed)
OCL=34853
CL=34963
2009-09-24 08:25:14 -07:00
..
austin Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
dsymonds/iterable last round: non-package code 2009-09-15 12:42:24 -07:00
gri/pretty Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
rsc checkpoint & test (pidigits) before trying to automate. 2009-08-25 15:37:22 -07:00