Calorie counting web application written in the Go language

overview.go 73B

    package models type Overview struct { Accounts int64 Calories int64 }