95e85aa011
they now fit what is in the psql db
8 lines
133 B
Go
8 lines
133 B
Go
package chipmunk
|
|
|
|
type category struct {
|
|
ID int `json:"id"`
|
|
Name string `json:"name"`
|
|
Budget float64 `json:"budget"`
|
|
}
|