that we have println without fmt!
Maybe this link can help you: https://stackoverflow.com/questions/14680255/difference-between-fmt-println-and-println-in-go basically the difference is that one is a built-in function the other is implementen in a package
println goes to stderr not stdout so that's a pain
Обсуждают сегодня