DEV Community

Discussion on: Need a repo for hacktoberfest? And decent in Go?

Collapse
 
ogfris profile image
Fris • Edited

I'd recommend using the package fmt's printing methods rather than the natives, usually the natives are only used for testing/debuging and always check the error return values!!

Collapse
 
theredspy15 profile image
Hunter Drum • Edited

This maybe a little late

But, I've actually switched over to fmt since. Found it to be way less buggy

Collapse
 
ogfris profile image
Fris

I told you man