chore: calculate total balance for space

This commit is contained in:
juancwu 2026-04-11 17:57:41 +00:00
commit 694b774986
6 changed files with 35 additions and 23 deletions

View file

@ -1,8 +0,0 @@
package currency
type Currency string
const (
CAD Currency = "cad"
USD Currency = "usd"
)