Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
akavel
on June 14, 2012
|
parent
|
context
|
favorite
| on:
C vs GO
> Go code is obviously formatted with gofmt.
Is not, he also inlined some things, e.g. this:
import ("flag";"fmt")
would be expanded to multiline by gofmt, as well as this:
if i>0 { fmt.Print(" ") }
As to other things, I can't comment now, as I don't have time to read through all of the article at the moment.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Is not, he also inlined some things, e.g. this:
would be expanded to multiline by gofmt, as well as this: As to other things, I can't comment now, as I don't have time to read through all of the article at the moment.