Calorie counting web application written in the Go language

overview.go 79B

1234567
  1. package models
  2. type Overview struct {
  3. Accounts int64
  4. Calories int64
  5. }