0niSec / gomap

GNU General Public License v3.0
0 stars 0 forks source link

Errors should be logged and output #8

Open 0niSec opened 3 months ago

0niSec commented 3 months ago

Currently we're only using fmt.Errorf to output errors to the console. We want to output cleaner errors when something happens so the user knows exactly how to correct the issue.

We can use the slog package to add the functionality.