KyleBanks / goggles

🔭 Goggles is a cross-platform GUI for your $GOPATH!
Apache License 2.0
671 stars 18 forks source link

Proper error handling #6

Open KyleBanks opened 7 years ago

KyleBanks commented 7 years ago

Currently the backend solution for errors is a graceful log.Fatal. Should return the error to the frontend for display to the user.