Calorie counting web application written in the Go language
package modelstype Overview struct { Accounts int64 Calories int64}