Relative Content

Tag Archive for gooutputfmt

Why do I get different results with Prints with different operands?

I’m new with Golang and I’ve started to read the book by A. Donovan, and I have a question in the end of one of chapters. He describes type declarations and type’s methods.
And I don’t understand why I get different results with the same call function Printf and Println?