bhutch29 / abv

Bar inventory tracking system
MIT License
6 stars 2 forks source link

Feature/refactoring api #35

Closed ryanavella closed 6 years ago

ryanavella commented 6 years ago

Moving logging, keybinding, and view functionality into their respective files (logging.go, keys.go, views.go). Adding "logAll*" logger functionality, to consolidate redundant logGui/logFile calls.

Also some more nitpicky changes. Feel free to take what you want and discard whatever you don't like.