1
0
mirror of https://github.com/golang/go synced 2024-09-25 09:10:14 -06:00
The Go programming language
Go to file
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
doc change code font to "monospace", which will 2009-09-23 21:38:52 -07:00
include convert C runtime to 32-bit runes; 2009-08-31 16:38:50 -07:00
lib/godoc - use new css for godoc templates 2009-09-17 17:04:51 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src go/printer: fix sync bug - avoid sending on errors twice - 2009-09-24 01:37:27 -07:00
test nacl - run tests under emulator. 2009-09-22 16:56:28 -07:00
usr Fix declared and not used errors and unused import errors in 2009-09-24 08:25:14 -07:00
AUTHORS Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00
LICENSE Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00