TimothyL96 / Short_Cutteer

Productivity tool
Apache License 2.0
0 stars 0 forks source link

Setup logging and error handing in code #10

Open TimothyL96 opened 4 years ago

TimothyL96 commented 4 years ago

The error handling in the current code is incomplete, and logging library could be used to handle errors and logs.

Consider Zap - Uber-go

*This it to learn logging library and error handling better in Go