Remove all json tags, simply not needed

This commit is contained in:
Marc Di Luzio 2020-07-22 19:55:38 +01:00
parent 075a502103
commit c94ac68f44
8 changed files with 37 additions and 37 deletions

View file

@ -9,7 +9,7 @@ import (
// SimpleAccountant manages a set of accounts
type SimpleAccountant struct {
Accounts map[string]Account `json:"accounts"`
Accounts map[string]Account
}
// NewSimpleAccountant creates a new accountant