Luís Murta a6ea697686
All checks were successful
Go / build (1.22) (push) Successful in 13s
Go / build (1.23) (push) Successful in 14s
Go / build (1.24) (push) Successful in 15s
fix: transactions SQL statement missing space
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.
2025-06-01 10:29:36 +00:00
2025-06-01 11:23:55 +01:00
2024-02-05 23:52:13 +00:00
2024-02-05 23:52:13 +00:00
2024-06-22 20:11:52 +01:00
2024-06-22 20:11:52 +01:00
2024-02-05 23:52:13 +00:00

Personal Finance web server

This is the implementation of the web server offering the REST API communicate with the personal finance DB.

Description
No description provided
Readme 404 KiB
Languages
Go 100%