Calorie counting web application written in the Go language

overview.go 79B

    package models type Overview struct { Accounts int64 Calories int64 }