1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:20:27 -07:00
The Go programming language
Go to file
Robert Griesemer 164a7bceeb - completed section on built-in functions
- moved Conversions section out of built-in functions and into expressions
- fixed syntax of conversions (parens are not mandatory if the type is not a TypeName)
  (this is the only change to the Conversions section; the rest of the text is just moved;
  old line: 4043, new line: 3078)
- fixed syntax of composite literals (parens are allowed around LiteralType)

DELTA=239  (115 added, 98 deleted, 26 changed)
OCL=35118
CL=35159
2009-09-30 12:00:25 -07:00
doc - completed section on built-in functions 2009-09-30 12:00:25 -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 cgo: works on amd64. 2009-09-30 11:51:08 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src cgo: works on amd64. 2009-09-30 11:51:08 -07:00
test undo 35108 (disallow parens around type in struct literal). 2009-09-29 21:21:14 -07:00
usr delete 2009-09-30 11:06:35 -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