Calorie counting web application written in the Go language

trends.go 154B

    package models type ResponseTrends struct { Labels []int Goals map[string]int64 Weights map[string]float64 History map[string]int64 }