summaryrefslogtreecommitdiff
path: root/test/helloworld.go
AgeCommit message (Collapse)AuthorFilesLines
2008-08-11fix bug depot:Rob Pike1-1/+1
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-06-27export sys.exitRob Pike1-2/+1
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173
2008-06-06lots of new testsRob Pike1-0/+12
SVN=121464