Calorie counting web application written in the Go language

statistics.go 116B

    package models type ResponseStatistics struct { Goal int64 Current int64 Streak int64 Weight float64 }