It is error-prone joining together string literals, since the separator between statements isn't clear. Instead, store statements on a string array, and combine them at the end.
Personal Finance web server
This is the implementation of the web server offering the REST API communicate with the personal finance DB.
Description
Languages
Go
100%