wasabee-project / Wasabee-Server

The Server-Side component for the Wasabee Project tools for Enlightened Agents.
MIT License
11 stars 5 forks source link

improve Go idioms #19

Closed cloudkucooland closed 2 years ago

cloudkucooland commented 3 years ago

much of this code was written using poor go idioms, or old ones, clean it up and refactor as necessary

move database related code into ./model/...

be smarter about the cmd/ stuff; the command should not need to include each sub-package.

cloudkucooland commented 2 years ago

done