mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-18 03:36:33 -07:00
api for initial widgets
This commit is contained in:
parent
36f751a69f
commit
4aa8a2f822
14 changed files with 864 additions and 11 deletions
8
money/currency.go
Normal file
8
money/currency.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package money
|
||||
|
||||
type Currency string
|
||||
|
||||
const (
|
||||
USD Currency = "USD"
|
||||
CAD = "CAD"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue