Will your code run for 2 billion years, if so it might get effected by the y2b bug!
This discussion on the golang-nuts google group, about why only int & int64 have been implemented, made me laugh, so I thought I would pass it on.
Will your code run for 2 billion years, if so it might get effected by the y2b bug!
This discussion on the golang-nuts google group, about why only int & int64 have been implemented, made me laugh, so I thought I would pass it on.
Check out the new look of golang.com, there’s even a new feature that allows you to edit, compile and run gocode called “playground”.
(image from golang blog)
Rob ‘Commander’ Pike has asked for feedback on a proposal to remove the “new” function for a number of reasons, one of which is to reduce confusion for new users.
There’s a lot activity around the Proposed Change to the language. Most people appear to be in favor as some of the developers tend to use &T{} over new(T).
We have just released GOauth an OAuth Consumer Written in the Go Programming language. Continue reading
Check out this post on the new addition of Golang “net/dict” package.