DEV Community

Cover image for Learn Golang by building a fintech banking app - Lesson1: Start the project

Learn Golang by building a fintech banking app - Lesson1: Start the project

Duomly on May 20, 2020

This post was originally published at: https://www.blog.duomly.com/golang-course-with-building-a-fintech-banking-app-lesson-1-start-the-project/ ...
Collapse
 
fr3fou profile image
fr3fou

I'm against the HandleErr function, you really shouldn't be panic-ing on every error. Instead handle them gracefully

Collapse
 
jacobgeogeek profile image
Jacob C.

Is there any installation/Setup tutorial for go that you would recommend ?

Collapse
 
tonviet712 profile image
tonviet712

Noted, I'll comeback after complete tour golang
Thanks in advance