Hacker News new | ask | show | jobs
by alvil 3434 days ago
It's not true that Go requires import "fmt" to print something.
1 comments

I have a note about that:

> Note that Go does support a ‘println’ function that does not require import- ing from the standard library; however, this function reports to ‘stderr’, rather than ‘stdout’, and is not guaranteed to stay in the language 19.