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