DEV Community

Need a repo for hacktoberfest? And decent in Go?

Hunter Drum on October 07, 2018

I have a project I'm working on, as a way to move from Java, to Go. More details about it on the readme (too lazy to post here) Multi 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

Collapse
 
theodesp profile image
Theofanis Despoudis

Cool I will pick something this week