Go version 1 released
[Posted March 28, 2012 by corbet]
Version 1 of the "Go" programming language has been
released.
"
Go 1 introduces changes to the language (such as new types for
Unicode characters and errors) and the standard library (such as the new
time package and renamings in the strconv package). Also, the package
hierarchy has been rearranged to group related items together, such as
moving the networking facilities, for instance the rpc package, into
subdirectories of net." Lots of details can be found in
the Go 1 release notes.
(
Log in to post comments)